Color Hex Logo

#bb9aaf Color Hex

#BB9AAF
(187,154,175)
0 Favorites   0 Comments

Color spaces of #bb9aaf

RGB 187154175
HSL0.890.200.67
HSV322°18°73°
CMYK 0.000.180.06   0.27
XYZ39.787036.771145.5580
Yxy36.77110.32580.3011
Hunter Lab60.639211.0001-2.0969
CIE-Lab67.104915.8172-6.3041

#bb9aaf color RGB value is (187,154,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10011010 10101111
Octal 273 232 257
Decimal 187 154 175
Hex BB 9A AF

RGB Percentages of Color #bb9aaf

%36.24
%29.84
%33.91

CMYK Percentages of Color #bb9aaf

%0
%18
%6
%27

Triadic Colors of #bb9aaf

#bb9aaf #afbb9a #9aafbb

Analogous Colors of #bb9aaf

#bb9aaf #bb9a9f #b79abb

Monochromatic Colors of #bb9aaf

#bb9aaf

Complementary Color

#bb9aaf #9abba6

#bb9aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb9aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb9aaf Color CSS Codes

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

#bb9aaf Text Font Color

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

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


#bb9aaf Background Color

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

This div background color is #bb9aaf


#bb9aaf Border Color

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

This div border color is #bb9aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb9aaf


Comments

No comments written yet.

Please login to write comment.