Color Hex Logo

#bbab9c Color Hex

#BBAB9C
(187,171,156)
0 Favorites   0 Comments

Color spaces of #bbab9c

RGB 187171156
HSL0.080.190.67
HSV29°17°73°
CMYK 0.000.090.17   0.27
XYZ41.057242.090937.4129
Yxy42.09090.34060.3491
Hunter Lab64.8775-0.573311.2235
CIE-Lab70.93353.25329.8030

#bbab9c color RGB value is (187,171,156).

#bbab9c hex color red value is 187, green value is 171 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #bbab9c hue: 0.08 , saturation: 0.19 and the lightness value of bbab9c is 0.67.

The process color (four color CMYK) of #bbab9c color hex is 0.00, 0.09, 0.17, 0.27. Web safe color of #bbab9c is #cc9999. Color #bbab9c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101011 10011100
Octal 273 253 234
Decimal 187 171 156
Hex BB AB 9C

RGB Percentages of Color #bbab9c

%36.38
%33.27
%30.35

CMYK Percentages of Color #bbab9c

%0
%9
%17
%27

Triadic Colors of #bbab9c

#bbab9c #9cbbab #ab9cbb

Analogous Colors of #bbab9c

#bbab9c #bbbb9c #bb9c9d

Monochromatic Colors of #bbab9c

#bbab9c

Complementary Color

#bbab9c #9cacbb

#bbab9c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbab9c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbab9c Color CSS Codes

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

#bbab9c Text Font Color

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

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


#bbab9c Background Color

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

This div background color is #bbab9c


#bbab9c Border Color

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

This div border color is #bbab9c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,171,156, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbab9c


Comments

No comments written yet.

Please login to write comment.