Color Hex Logo

#bd9dbf Color Hex

#BD9DBF
(189,157,191)
0 Favorites   0 Comments

Color spaces of #bd9dbf

RGB 189157191
HSL0.820.210.68
HSV296°18°75°
CMYK 0.010.180.00   0.25
XYZ42.447238.694354.5218
Yxy38.69430.31290.2852
Hunter Lab62.204712.9463-8.4237
CIE-Lab68.529217.8347-13.0780

#bd9dbf color RGB value is (189,157,191).

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

The process color (four color CMYK) of #bd9dbf color hex is 0.01, 0.18, 0.00, 0.25. Web safe color of #bd9dbf is #cc99cc. Color #bd9dbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10011101 10111111
Octal 275 235 277
Decimal 189 157 191
Hex BD 9D BF

RGB Percentages of Color #bd9dbf

%35.20
%29.24
%35.57

CMYK Percentages of Color #bd9dbf

%1
%18
%0
%25

Triadic Colors of #bd9dbf

#bd9dbf #bfbd9d #9dbfbd

Analogous Colors of #bd9dbf

#bd9dbf #bf9db0 #ac9dbf

Monochromatic Colors of #bd9dbf

#bd9dbf

Complementary Color

#bd9dbf #9fbf9d

#bd9dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd9dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd9dbf Color CSS Codes

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

#bd9dbf Text Font Color

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

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


#bd9dbf Background Color

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

This div background color is #bd9dbf


#bd9dbf Border Color

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

This div border color is #bd9dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd9dbf


Comments

No comments written yet.

Please login to write comment.