Color Hex Logo

#bdc2de Color Hex

#BDC2DE
(189,194,222)
0 Favorites   0 Comments

Color spaces of #bdc2de

RGB 189194222
HSL0.640.330.81
HSV231°15°87°
CMYK 0.150.130.00   0.13
XYZ53.462954.676376.8430
Yxy54.67630.28900.2956
Hunter Lab73.9434-0.3411-9.8546
CIE-Lab78.85443.8829-14.5226

#bdc2de color RGB value is (189,194,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000010 11011110
Octal 275 302 336
Decimal 189 194 222
Hex BD C2 DE

RGB Percentages of Color #bdc2de

%31.24
%32.07
%36.69

CMYK Percentages of Color #bdc2de

%15
%13
%0
%13

Triadic Colors of #bdc2de

#bdc2de #debdc2 #c2debd

Analogous Colors of #bdc2de

#bdc2de #c9bdde #bdd3de

Monochromatic Colors of #bdc2de

#bdc2de

Complementary Color

#bdc2de #ded9bd

#bdc2de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc2de Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc2de Color CSS Codes

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

#bdc2de Text Font Color

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

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


#bdc2de Background Color

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

This div background color is #bdc2de


#bdc2de Border Color

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

This div border color is #bdc2de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc2de


Comments

No comments written yet.

Please login to write comment.