Color Hex Logo

#bdbbef Color Hex

#BDBBEF
(189,187,239)
0 Favorites   0 Comments

Color spaces of #bdbbef

RGB 189187239
HSL0.670.620.84
HSV242°22°94°
CMYK 0.210.220.00   0.06
XYZ54.336652.591588.9487
Yxy52.59150.27740.2685
Hunter Lab72.52006.8336-21.9576
CIE-Lab77.633211.3831-25.5268

#bdbbef color RGB value is (189,187,239).

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

The process color (four color CMYK) of #bdbbef color hex is 0.21, 0.22, 0.00, 0.06. Web safe color of #bdbbef is #ccccff. Color #bdbbef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111011 11101111
Octal 275 273 357
Decimal 189 187 239
Hex BD BB EF

RGB Percentages of Color #bdbbef

%30.73
%30.41
%38.86

CMYK Percentages of Color #bdbbef

%21
%22
%0
%6

Triadic Colors of #bdbbef

#bdbbef #efbdbb #bbefbd

Analogous Colors of #bdbbef

#bdbbef #d7bbef #bbd3ef

Monochromatic Colors of #bdbbef

#bdbbef

Complementary Color

#bdbbef #edefbb

#bdbbef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbbef Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbbef Color CSS Codes

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

#bdbbef Text Font Color

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

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


#bdbbef Background Color

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

This div background color is #bdbbef


#bdbbef Border Color

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

This div border color is #bdbbef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbbef


Comments

No comments written yet.

Please login to write comment.