Color Hex Logo

#bbb1ac Color Hex

#BBB1AC
(187,177,172)
0 Favorites   0 Comments

Color spaces of #bbb1ac

RGB 187177172
HSL0.060.100.70
HSV20°73°
CMYK 0.000.050.08   0.27
XYZ43.662144.987645.4120
Yxy44.98760.32570.3356
Hunter Lab67.0728-1.18006.8083
CIE-Lab72.88372.67743.8193

#bbb1ac color RGB value is (187,177,172).

#bbb1ac hex color red value is 187, green value is 177 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #bbb1ac hue: 0.06 , saturation: 0.10 and the lightness value of bbb1ac is 0.70.

The process color (four color CMYK) of #bbb1ac color hex is 0.00, 0.05, 0.08, 0.27. Web safe color of #bbb1ac is #cc9999. Color #bbb1ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10110001 10101100
Octal 273 261 254
Decimal 187 177 172
Hex BB B1 AC

RGB Percentages of Color #bbb1ac

%34.89
%33.02
%32.09

CMYK Percentages of Color #bbb1ac

%0
%5
%8
%27

Triadic Colors of #bbb1ac

#bbb1ac #acbbb1 #b1acbb

Analogous Colors of #bbb1ac

#bbb1ac #bbb9ac #bbacaf

Monochromatic Colors of #bbb1ac

#bbb1ac

Complementary Color

#bbb1ac #acb6bb

#bbb1ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb1ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb1ac Color CSS Codes

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

#bbb1ac Text Font Color

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

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


#bbb1ac Background Color

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

This div background color is #bbb1ac


#bbb1ac Border Color

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

This div border color is #bbb1ac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,177,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 #bbb1ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb1ac


Comments

No comments written yet.

Please login to write comment.