Color Hex Logo

#bb9dab Color Hex

#BB9DAB
(187,157,171)
0 Favorites   0 Comments

Color spaces of #bb9dab

RGB 187157171
HSL0.920.180.67
HSV332°16°73°
CMYK 0.000.160.09   0.27
XYZ39.901237.619043.6863
Yxy37.61900.32920.3104
Hunter Lab61.33438.78850.7038
CIE-Lab67.738913.4423-3.1339

#bb9dab color RGB value is (187,157,171).

#bb9dab hex color red value is 187, green value is 157 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #bb9dab hue: 0.92 , saturation: 0.18 and the lightness value of bb9dab is 0.67.

The process color (four color CMYK) of #bb9dab color hex is 0.00, 0.16, 0.09, 0.27. Web safe color of #bb9dab is #cc9999. Color #bb9dab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10011101 10101011
Octal 273 235 253
Decimal 187 157 171
Hex BB 9D AB

RGB Percentages of Color #bb9dab

%36.31
%30.49
%33.20

CMYK Percentages of Color #bb9dab

%0
%16
%9
%27

Triadic Colors of #bb9dab

#bb9dab #abbb9d #9dabbb

Analogous Colors of #bb9dab

#bb9dab #bb9e9d #bb9dba

Monochromatic Colors of #bb9dab

#bb9dab

Complementary Color

#bb9dab #9dbbad

#bb9dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb9dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb9dab Color CSS Codes

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

#bb9dab Text Font Color

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

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


#bb9dab Background Color

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

This div background color is #bb9dab


#bb9dab Border Color

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

This div border color is #bb9dab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb9dab


Comments

No comments written yet.

Please login to write comment.