Color Hex Logo

#bdcbde Color Hex

#BDCBDE
(189,203,222)
0 Favorites   0 Comments

Color spaces of #bdcbde

RGB 189203222
HSL0.600.330.81
HSV215°15°87°
CMYK 0.150.090.00   0.13
XYZ55.527058.804677.5311
Yxy58.80460.28940.3065
Hunter Lab76.6842-4.9454-6.2659
CIE-Lab81.1841-0.9139-11.0360

#bdcbde color RGB value is (189,203,222).

#bdcbde hex color red value is 189, green value is 203 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #bdcbde hue: 0.60 , saturation: 0.33 and the lightness value of bdcbde is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001011 11011110
Octal 275 313 336
Decimal 189 203 222
Hex BD CB DE

RGB Percentages of Color #bdcbde

%30.78
%33.06
%36.16

CMYK Percentages of Color #bdcbde

%15
%9
%0
%13

Triadic Colors of #bdcbde

#bdcbde #debdcb #cbdebd

Analogous Colors of #bdcbde

#bdcbde #c0bdde #bddcde

Monochromatic Colors of #bdcbde

#bdcbde

Complementary Color

#bdcbde #ded0bd

#bdcbde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdcbde Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdcbde Color CSS Codes

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

#bdcbde Text Font Color

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

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


#bdcbde Background Color

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

This div background color is #bdcbde


#bdcbde Border Color

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

This div border color is #bdcbde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdcbde

#bdcbde Color Palettes


Comments

No comments written yet.

Please login to write comment.