Color Hex Logo

#bd9bde Color Hex

#BD9BDE
(189,155,222)
0 Favorites   0 Comments

Color spaces of #bd9bde

RGB 189155222
HSL0.750.500.74
HSV270°30°87°
CMYK 0.150.300.00   0.13
XYZ45.892439.535474.3195
Yxy39.53540.28730.2475
Hunter Lab62.877220.2474-26.0655
CIE-Lab69.137325.2858-29.3054

#bd9bde color RGB value is (189,155,222).

#bd9bde hex color red value is 189, green value is 155 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #bd9bde hue: 0.75 , saturation: 0.50 and the lightness value of bd9bde is 0.74.

The process color (four color CMYK) of #bd9bde color hex is 0.15, 0.30, 0.00, 0.13. Web safe color of #bd9bde is #cc99cc. Color #bd9bde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10011011 11011110
Octal 275 233 336
Decimal 189 155 222
Hex BD 9B DE

RGB Percentages of Color #bd9bde

%33.39
%27.39
%39.22

CMYK Percentages of Color #bd9bde

%15
%30
%0
%13

Triadic Colors of #bd9bde

#bd9bde #debd9b #9bdebd

Analogous Colors of #bd9bde

#bd9bde #de9bde #9c9bde

Monochromatic Colors of #bd9bde

#bd9bde

Complementary Color

#bd9bde #bcde9b

#bd9bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd9bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd9bde Color CSS Codes

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

#bd9bde Text Font Color

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

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


#bd9bde Background Color

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

This div background color is #bd9bde


#bd9bde Border Color

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

This div border color is #bd9bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd9bde


Comments

No comments written yet.

Please login to write comment.