Color Hex Logo

#bd9dbb Color Hex

#BD9DBB
(189,157,187)
0 Favorites   0 Comments

Color spaces of #bd9dbb

RGB 189157187
HSL0.840.200.68
HSV304°17°74°
CMYK 0.000.170.01   0.26
XYZ42.012938.520652.2346
Yxy38.52060.31640.2901
Hunter Lab62.065012.2162-6.4537
CIE-Lab68.402617.0728-11.0438

#bd9dbb color RGB value is (189,157,187).

#bd9dbb hex color red value is 189, green value is 157 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #bd9dbb hue: 0.84 , saturation: 0.20 and the lightness value of bd9dbb is 0.68.

The process color (four color CMYK) of #bd9dbb color hex is 0.00, 0.17, 0.01, 0.26. Web safe color of #bd9dbb is #cc99cc. Color #bd9dbb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10011101 10111011
Octal 275 235 273
Decimal 189 157 187
Hex BD 9D BB

RGB Percentages of Color #bd9dbb

%35.46
%29.46
%35.08

CMYK Percentages of Color #bd9dbb

%0
%17
%1
%26

Triadic Colors of #bd9dbb

#bd9dbb #bbbd9d #9dbbbd

Analogous Colors of #bd9dbb

#bd9dbb #bd9dab #af9dbd

Monochromatic Colors of #bd9dbb

#bd9dbb

Complementary Color

#bd9dbb #9dbd9f

#bd9dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd9dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd9dbb Color CSS Codes

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

#bd9dbb Text Font Color

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

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


#bd9dbb Background Color

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

This div background color is #bd9dbb


#bd9dbb Border Color

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

This div border color is #bd9dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd9dbb


Comments

No comments written yet.

Please login to write comment.