Color Hex Logo

#bbabaa Color Hex

#BBABAA
(187,171,170)
0 Favorites   0 Comments

Color spaces of #bbabaa

RGB 187171170
HSL0.010.110.70
HSV73°
CMYK 0.000.090.09   0.27
XYZ42.312142.592944.0214
Yxy42.59290.32820.3304
Hunter Lab65.26321.51625.6919
CIE-Lab71.27785.58172.5915

#bbabaa color RGB value is (187,171,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101011 10101010
Octal 273 253 252
Decimal 187 171 170
Hex BB AB AA

RGB Percentages of Color #bbabaa

%35.42
%32.39
%32.20

CMYK Percentages of Color #bbabaa

%0
%9
%9
%27

Triadic Colors of #bbabaa

#bbabaa #aabbab #abaabb

Analogous Colors of #bbabaa

#bbabaa #bbb4aa #bbaab2

Monochromatic Colors of #bbabaa

#bbabaa

Complementary Color

#bbabaa #aababb

#bbabaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbabaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbabaa Color CSS Codes

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

#bbabaa Text Font Color

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

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


#bbabaa Background Color

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

This div background color is #bbabaa


#bbabaa Border Color

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

This div border color is #bbabaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbabaa

#bbabaa Color Palettes


Comments

No comments written yet.

Please login to write comment.