Color Hex Logo

#bcc3af Color Hex

#BCC3AF
(188,195,175)
0 Favorites   0 Comments

Color spaces of #bcc3af

RGB 188195175
HSL0.230.140.73
HSV81°10°76°
CMYK 0.040.000.10   0.24
XYZ47.992052.816748.2226
Yxy52.81670.32200.3544
Hunter Lab72.6751-9.306511.5315
CIE-Lab77.7667-6.01659.2168

#bcc3af color RGB value is (188,195,175).

#bcc3af hex color red value is 188, green value is 195 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #bcc3af hue: 0.23 , saturation: 0.14 and the lightness value of bcc3af is 0.73.

The process color (four color CMYK) of #bcc3af color hex is 0.04, 0.00, 0.10, 0.24. Web safe color of #bcc3af is #cccc99. Color #bcc3af contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000011 10101111
Octal 274 303 257
Decimal 188 195 175
Hex BC C3 AF

RGB Percentages of Color #bcc3af

%33.69
%34.95
%31.36

CMYK Percentages of Color #bcc3af

%4
%0
%10
%24

Triadic Colors of #bcc3af

#bcc3af #afbcc3 #c3afbc

Analogous Colors of #bcc3af

#bcc3af #b2c3af #c3c0af

Monochromatic Colors of #bcc3af

#bcc3af

Complementary Color

#bcc3af #b6afc3

#bcc3af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc3af Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc3af Color CSS Codes

.mybgcolor {background-color:#bcc3af; } 
.myforecolor {color:#bcc3af; }
.mybordercolor {border:3px solid #bcc3af; }

#bcc3af Text Font Color

<p style="color:#bcc3af">Text here</p>

This sample text font color is #bcc3af
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#bcc3af Background Color

<div style="background-color:#bcc3af">
Div content here</div>

This div background color is #bcc3af


#bcc3af Border Color

<div style="border:3px solid #bcc3af">
Div here</div>

This div border color is #bcc3af


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(188,195,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bcc3af; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bcc3af;
  -webkit-box-shadow: 1px 1px 3px 2px #bcc3af;
  box-shadow:         1px 1px 3px 2px #bcc3af; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,195,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bcc3af">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #bcc3af;
  -webkit-box-shadow: 1px 1px 3px 2px #bcc3af;
  box-shadow:         1px 1px 3px 2px #bcc3af;">
Div content here</div>

This div box has shadow with color #bcc3af


Comments

No comments written yet.

Please login to write comment.