Color Hex Logo

#bdb9dc Color Hex

#BDB9DC
(189,185,220)
0 Favorites   0 Comments

Color spaces of #bdb9dc

RGB 189185220
HSL0.690.330.79
HSV247°16°86°
CMYK 0.140.160.00   0.14
XYZ51.253550.684074.7918
Yxy50.68400.29000.2868
Hunter Lab71.19273.9196-12.4525
CIE-Lab76.48728.3208-17.0054

#bdb9dc color RGB value is (189,185,220).

#bdb9dc hex color red value is 189, green value is 185 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #bdb9dc hue: 0.69 , saturation: 0.33 and the lightness value of bdb9dc is 0.79.

The process color (four color CMYK) of #bdb9dc color hex is 0.14, 0.16, 0.00, 0.14. Web safe color of #bdb9dc is #cccccc. Color #bdb9dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111001 11011100
Octal 275 271 334
Decimal 189 185 220
Hex BD B9 DC

RGB Percentages of Color #bdb9dc

%31.82
%31.14
%37.04

CMYK Percentages of Color #bdb9dc

%14
%16
%0
%14

Triadic Colors of #bdb9dc

#bdb9dc #dcbdb9 #b9dcbd

Analogous Colors of #bdb9dc

#bdb9dc #cfb9dc #b9c7dc

Monochromatic Colors of #bdb9dc

#bdb9dc

Complementary Color

#bdb9dc #d8dcb9

#bdb9dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb9dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb9dc Color CSS Codes

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

#bdb9dc Text Font Color

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

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


#bdb9dc Background Color

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

This div background color is #bdb9dc


#bdb9dc Border Color

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

This div border color is #bdb9dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb9dc


Comments

No comments written yet.

Please login to write comment.