Color Hex Logo

#bd9baa Color Hex

#BD9BAA
(189,155,170)
0 Favorites   0 Comments

Color spaces of #bd9baa

RGB 189155170
HSL0.930.200.67
HSV334°18°74°
CMYK 0.000.180.10   0.26
XYZ39.963337.163843.0972
Yxy37.16380.33240.3091
Hunter Lab60.962110.33070.7584
CIE-Lab67.399715.0981-3.0525

#bd9baa color RGB value is (189,155,170).

#bd9baa hex color red value is 189, green value is 155 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #bd9baa hue: 0.93 , saturation: 0.20 and the lightness value of bd9baa is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10011011 10101010
Octal 275 233 252
Decimal 189 155 170
Hex BD 9B AA

RGB Percentages of Color #bd9baa

%36.77
%30.16
%33.07

CMYK Percentages of Color #bd9baa

%0
%18
%10
%26

Triadic Colors of #bd9baa

#bd9baa #aabd9b #9baabd

Analogous Colors of #bd9baa

#bd9baa #bd9d9b #bd9bbb

Monochromatic Colors of #bd9baa

#bd9baa

Complementary Color

#bd9baa #9bbdae

#bd9baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd9baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd9baa Color CSS Codes

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

#bd9baa Text Font Color

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

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


#bd9baa Background Color

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

This div background color is #bd9baa


#bd9baa Border Color

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

This div border color is #bd9baa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,155,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd9baa


Comments

No comments written yet.

Please login to write comment.