Color Hex Logo

#bd9aad Color Hex

#BD9AAD
(189,154,173)
0 Favorites   0 Comments

Color spaces of #bd9aad

RGB 189154173
HSL0.910.210.67
HSV327°19°74°
CMYK 0.000.190.08   0.26
XYZ40.084736.947144.5540
Yxy36.94710.32970.3039
Hunter Lab60.784111.3414-0.9099
CIE-Lab67.237316.1771-4.9688

#bd9aad color RGB value is (189,154,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10011010 10101101
Octal 275 232 255
Decimal 189 154 173
Hex BD 9A AD

RGB Percentages of Color #bd9aad

%36.63
%29.84
%33.53

CMYK Percentages of Color #bd9aad

%0
%19
%8
%26

Triadic Colors of #bd9aad

#bd9aad #adbd9a #9aadbd

Analogous Colors of #bd9aad

#bd9aad #bd9a9c #bc9abd

Monochromatic Colors of #bd9aad

#bd9aad

Complementary Color

#bd9aad #9abdaa

#bd9aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd9aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd9aad Color CSS Codes

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

#bd9aad Text Font Color

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

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


#bd9aad Background Color

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

This div background color is #bd9aad


#bd9aad Border Color

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

This div border color is #bd9aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd9aad


Comments

No comments written yet.

Please login to write comment.