Color Hex Logo

#bdb3de Color Hex

#BDB3DE
(189,179,222)
0 Favorites   0 Comments

Color spaces of #bdb3de

RGB 189179222
HSL0.710.390.79
HSV254°19°87°
CMYK 0.150.190.00   0.13
XYZ50.291248.332975.7858
Yxy48.33290.28840.2771
Hunter Lab69.52197.4613-15.9667
CIE-Lab75.034412.0196-20.2885

#bdb3de color RGB value is (189,179,222).

#bdb3de hex color red value is 189, green value is 179 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #bdb3de hue: 0.71 , saturation: 0.39 and the lightness value of bdb3de is 0.79.

The process color (four color CMYK) of #bdb3de color hex is 0.15, 0.19, 0.00, 0.13. Web safe color of #bdb3de is #cccccc. Color #bdb3de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110011 11011110
Octal 275 263 336
Decimal 189 179 222
Hex BD B3 DE

RGB Percentages of Color #bdb3de

%32.03
%30.34
%37.63

CMYK Percentages of Color #bdb3de

%15
%19
%0
%13

Triadic Colors of #bdb3de

#bdb3de #debdb3 #b3debd

Analogous Colors of #bdb3de

#bdb3de #d3b3de #b3bfde

Monochromatic Colors of #bdb3de

#bdb3de

Complementary Color

#bdb3de #d4deb3

#bdb3de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb3de Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb3de Color CSS Codes

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

#bdb3de Text Font Color

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

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


#bdb3de Background Color

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

This div background color is #bdb3de


#bdb3de Border Color

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

This div border color is #bdb3de


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,179,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 #bdb3de">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb3de


Comments

No comments written yet.

Please login to write comment.