Color Hex Logo

#bbbaaa Color Hex

#BBBAAA
(187,186,170)
0 Favorites   0 Comments

Color spaces of #bbbaaa

RGB 187186170
HSL0.160.110.70
HSV56°73°
CMYK 0.000.010.09   0.27
XYZ45.308148.584945.0200
Yxy48.58490.32620.3498
Hunter Lab69.7029-5.951910.4975
CIE-Lab75.1924-2.48538.2309

#bbbaaa color RGB value is (187,186,170).

#bbbaaa hex color red value is 187, green value is 186 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #bbbaaa hue: 0.16 , saturation: 0.11 and the lightness value of bbbaaa is 0.70.

The process color (four color CMYK) of #bbbaaa color hex is 0.00, 0.01, 0.09, 0.27. Web safe color of #bbbaaa is #cccc99. Color #bbbaaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111010 10101010
Octal 273 272 252
Decimal 187 186 170
Hex BB BA AA

RGB Percentages of Color #bbbaaa

%34.44
%34.25
%31.31

CMYK Percentages of Color #bbbaaa

%0
%1
%9
%27

Triadic Colors of #bbbaaa

#bbbaaa #aabbba #baaabb

Analogous Colors of #bbbaaa

#bbbaaa #b4bbaa #bbb2aa

Monochromatic Colors of #bbbaaa

#bbbaaa

Complementary Color

#bbbaaa #aaabbb

#bbbaaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbbaaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbbaaa Color CSS Codes

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

#bbbaaa Text Font Color

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

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


#bbbaaa Background Color

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

This div background color is #bbbaaa


#bbbaaa Border Color

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

This div border color is #bbbaaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbbaaa

#bbbaaa Color Palettes


Comments

No comments written yet.

Please login to write comment.