Color Hex Logo

#bb9aae Color Hex

#BB9AAE
(187,154,174)
0 Favorites   0 Comments

Color spaces of #bb9aae

RGB 187154174
HSL0.900.200.67
HSV324°18°73°
CMYK 0.000.180.07   0.27
XYZ39.689136.732045.0425
Yxy36.73200.32680.3024
Hunter Lab60.606910.8305-1.6389
CIE-Lab67.075515.6371-5.7886

#bb9aae color RGB value is (187,154,174).

#bb9aae hex color red value is 187, green value is 154 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #bb9aae hue: 0.90 , saturation: 0.20 and the lightness value of bb9aae is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10011010 10101110
Octal 273 232 256
Decimal 187 154 174
Hex BB 9A AE

RGB Percentages of Color #bb9aae

%36.31
%29.90
%33.79

CMYK Percentages of Color #bb9aae

%0
%18
%7
%27

Triadic Colors of #bb9aae

#bb9aae #aebb9a #9aaebb

Analogous Colors of #bb9aae

#bb9aae #bb9a9e #b89abb

Monochromatic Colors of #bb9aae

#bb9aae

Complementary Color

#bb9aae #9abba7

#bb9aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb9aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb9aae Color CSS Codes

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

#bb9aae Text Font Color

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

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


#bb9aae Background Color

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

This div background color is #bb9aae


#bb9aae Border Color

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

This div border color is #bb9aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb9aae


Comments

No comments written yet.

Please login to write comment.