Color Hex Logo

#bbbaae Color Hex

#BBBAAE
(187,186,174)
0 Favorites   0 Comments

Color spaces of #bbbaae

RGB 187186174
HSL0.150.090.71
HSV55°73°
CMYK 0.000.010.07   0.27
XYZ45.692448.738647.0436
Yxy48.73860.32300.3445
Hunter Lab69.8130-5.34528.9165
CIE-Lab75.2884-1.79816.1967

#bbbaae color RGB value is (187,186,174).

#bbbaae hex color red value is 187, green value is 186 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #bbbaae hue: 0.15 , saturation: 0.09 and the lightness value of bbbaae is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111010 10101110
Octal 273 272 256
Decimal 187 186 174
Hex BB BA AE

RGB Percentages of Color #bbbaae

%34.19
%34.00
%31.81

CMYK Percentages of Color #bbbaae

%0
%1
%7
%27

Triadic Colors of #bbbaae

#bbbaae #aebbba #baaebb

Analogous Colors of #bbbaae

#bbbaae #b6bbae #bbb4ae

Monochromatic Colors of #bbbaae

#bbbaae

Complementary Color

#bbbaae #aeafbb

#bbbaae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbbaae Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbbaae Color CSS Codes

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

#bbbaae Text Font Color

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

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


#bbbaae Background Color

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

This div background color is #bbbaae


#bbbaae Border Color

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

This div border color is #bbbaae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbbaae


Comments

No comments written yet.

Please login to write comment.