Color Hex Logo

#bd9aab Color Hex

#BD9AAB
(189,154,171)
0 Favorites   0 Comments

Color spaces of #bd9aab

RGB 189154171
HSL0.920.210.67
HSV331°19°74°
CMYK 0.000.190.10   0.26
XYZ39.892636.870343.5422
Yxy36.87030.33160.3065
Hunter Lab60.720911.0098-0.0115
CIE-Lab67.179615.8259-3.9357

#bd9aab color RGB value is (189,154,171).

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

The process color (four color CMYK) of #bd9aab color hex is 0.00, 0.19, 0.10, 0.26. Web safe color of #bd9aab is #cc9999. Color #bd9aab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10011010 10101011
Octal 275 232 253
Decimal 189 154 171
Hex BD 9A AB

RGB Percentages of Color #bd9aab

%36.77
%29.96
%33.27

CMYK Percentages of Color #bd9aab

%0
%19
%10
%26

Triadic Colors of #bd9aab

#bd9aab #abbd9a #9aabbd

Analogous Colors of #bd9aab

#bd9aab #bd9b9a #bd9abd

Monochromatic Colors of #bd9aab

#bd9aab

Complementary Color

#bd9aab #9abdac

#bd9aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd9aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd9aab Color CSS Codes

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

#bd9aab Text Font Color

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

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


#bd9aab Background Color

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

This div background color is #bd9aab


#bd9aab Border Color

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

This div border color is #bd9aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd9aab


Comments

No comments written yet.

Please login to write comment.