Color Hex Logo

#bcb9ac Color Hex

#BCB9AC
(188,185,172)
0 Favorites   0 Comments

Color spaces of #bcb9ac

RGB 188185172
HSL0.140.110.71
HSV49°74°
CMYK 0.000.020.09   0.26
XYZ45.534448.367845.9657
Yxy48.36780.32560.3458
Hunter Lab69.5470-4.83819.4963
CIE-Lab75.0563-1.24976.9603

#bcb9ac color RGB value is (188,185,172).

#bcb9ac hex color red value is 188, green value is 185 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #bcb9ac hue: 0.14 , saturation: 0.11 and the lightness value of bcb9ac is 0.71.

The process color (four color CMYK) of #bcb9ac color hex is 0.00, 0.02, 0.09, 0.26. Web safe color of #bcb9ac is #cccc99. Color #bcb9ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111001 10101100
Octal 274 271 254
Decimal 188 185 172
Hex BC B9 AC

RGB Percentages of Color #bcb9ac

%34.50
%33.94
%31.56

CMYK Percentages of Color #bcb9ac

%0
%2
%9
%26

Triadic Colors of #bcb9ac

#bcb9ac #acbcb9 #b9acbc

Analogous Colors of #bcb9ac

#bcb9ac #b7bcac #bcb1ac

Monochromatic Colors of #bcb9ac

#bcb9ac

Complementary Color

#bcb9ac #acafbc

#bcb9ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb9ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb9ac Color CSS Codes

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

#bcb9ac Text Font Color

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

This sample text font color is #bcb9ac
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.


#bcb9ac Background Color

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

This div background color is #bcb9ac


#bcb9ac Border Color

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

This div border color is #bcb9ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb9ac


Comments

No comments written yet.

Please login to write comment.