Color Hex Logo

#bbbaa6 Color Hex

#BBBAA6
(187,186,166)
0 Favorites   0 Comments

Color spaces of #bbbaa6

RGB 187186166
HSL0.160.130.69
HSV57°11°73°
CMYK 0.000.010.11   0.27
XYZ44.935448.435843.0571
Yxy48.43580.32940.3550
Hunter Lab69.5958-6.542012.0359
CIE-Lab75.0990-3.156710.2676

#bbbaa6 color RGB value is (187,186,166).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111010 10100110
Octal 273 272 246
Decimal 187 186 166
Hex BB BA A6

RGB Percentages of Color #bbbaa6

%34.69
%34.51
%30.80

CMYK Percentages of Color #bbbaa6

%0
%1
%11
%27

Triadic Colors of #bbbaa6

#bbbaa6 #a6bbba #baa6bb

Analogous Colors of #bbbaa6

#bbbaa6 #b2bba6 #bbb0a6

Monochromatic Colors of #bbbaa6

#bbbaa6

Complementary Color

#bbbaa6 #a6a7bb

#bbbaa6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbbaa6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbbaa6 Color CSS Codes

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

#bbbaa6 Text Font Color

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

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


#bbbaa6 Background Color

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

This div background color is #bbbaa6


#bbbaa6 Border Color

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

This div border color is #bbbaa6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbbaa6


Comments

No comments written yet.

Please login to write comment.