Color Hex Logo

#bbbaa7 Color Hex

#BBBAA7
(187,186,167)
0 Favorites   0 Comments

Color spaces of #bbbaa7

RGB 187186167
HSL0.160.130.69
HSV57°11°73°
CMYK 0.000.010.11   0.27
XYZ45.027548.472643.5422
Yxy48.47260.32860.3537
Hunter Lab69.6223-6.395911.6553
CIE-Lab75.1220-2.99029.7581

#bbbaa7 color RGB value is (187,186,167).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111010 10100111
Octal 273 272 247
Decimal 187 186 167
Hex BB BA A7

RGB Percentages of Color #bbbaa7

%34.63
%34.44
%30.93

CMYK Percentages of Color #bbbaa7

%0
%1
%11
%27

Triadic Colors of #bbbaa7

#bbbaa7 #a7bbba #baa7bb

Analogous Colors of #bbbaa7

#bbbaa7 #b2bba7 #bbb0a7

Monochromatic Colors of #bbbaa7

#bbbaa7

Complementary Color

#bbbaa7 #a7a8bb

#bbbaa7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbbaa7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbbaa7 Color CSS Codes

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

#bbbaa7 Text Font Color

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

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


#bbbaa7 Background Color

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

This div background color is #bbbaa7


#bbbaa7 Border Color

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

This div border color is #bbbaa7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbbaa7


Comments

No comments written yet.

Please login to write comment.