Color Hex Logo

#bdbbde Color Hex

#BDBBDE
(189,187,222)
0 Favorites   0 Comments

Color spaces of #bdbbde

RGB 189187222
HSL0.680.350.80
HSV243°16°87°
CMYK 0.150.160.00   0.13
XYZ51.941451.633476.3359
Yxy51.63340.28870.2870
Hunter Lab71.85643.2801-12.6867
CIE-Lab77.06117.6596-17.2221

#bdbbde color RGB value is (189,187,222).

#bdbbde hex color red value is 189, green value is 187 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #bdbbde hue: 0.68 , saturation: 0.35 and the lightness value of bdbbde is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111011 11011110
Octal 275 273 336
Decimal 189 187 222
Hex BD BB DE

RGB Percentages of Color #bdbbde

%31.61
%31.27
%37.12

CMYK Percentages of Color #bdbbde

%15
%16
%0
%13

Triadic Colors of #bdbbde

#bdbbde #debdbb #bbdebd

Analogous Colors of #bdbbde

#bdbbde #cfbbde #bbcbde

Monochromatic Colors of #bdbbde

#bdbbde

Complementary Color

#bdbbde #dcdebb

#bdbbde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbbde Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbbde Color CSS Codes

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

#bdbbde Text Font Color

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

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


#bdbbde Background Color

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

This div background color is #bdbbde


#bdbbde Border Color

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

This div border color is #bdbbde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbbde


Comments

No comments written yet.

Please login to write comment.