Color Hex Logo

#bbbbaa Color Hex

#BBBBAA
(187,187,170)
2 Favorites   0 Comments

Color spaces of #bbbbaa

RGB 187187170
HSL0.170.110.70
HSV60°73°
CMYK 0.000.000.09   0.27
XYZ45.519549.007745.0905
Yxy49.00770.32600.3510
Hunter Lab70.0055-6.444010.8152
CIE-Lab75.4561-3.01568.6079

#bbbbaa color RGB value is (187,187,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111011 10101010
Octal 273 273 252
Decimal 187 187 170
Hex BB BB AA

RGB Percentages of Color #bbbbaa

%34.38
%34.38
%31.25

CMYK Percentages of Color #bbbbaa

%0
%0
%9
%27

Triadic Colors of #bbbbaa

#bbbbaa #aabbbb #bbaabb

Analogous Colors of #bbbbaa

#bbbbaa #b3bbaa #bbb3aa

Monochromatic Colors of #bbbbaa

#bbbbaa

Complementary Color

#bbbbaa #aaaabb

#bbbbaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbbbaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbbbaa Color CSS Codes

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

#bbbbaa Text Font Color

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

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


#bbbbaa Background Color

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

This div background color is #bbbbaa


#bbbbaa Border Color

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

This div border color is #bbbbaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbbbaa


Comments

No comments written yet.

Please login to write comment.