Color Hex Logo

#bdcbe2 Color Hex

#BDCBE2
(189,203,226)
0 Favorites   0 Comments

Color spaces of #bdcbe2

RGB 189203226
HSL0.600.390.81
HSV217°16°89°
CMYK 0.160.100.00   0.11
XYZ56.069759.021780.3886
Yxy59.02170.28680.3019
Hunter Lab76.8256-4.1699-8.2618
CIE-Lab81.3035-0.0714-12.9977

#bdcbe2 color RGB value is (189,203,226).

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

The process color (four color CMYK) of #bdcbe2 color hex is 0.16, 0.10, 0.00, 0.11. Web safe color of #bdcbe2 is #cccccc. Color #bdcbe2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001011 11100010
Octal 275 313 342
Decimal 189 203 226
Hex BD CB E2

RGB Percentages of Color #bdcbe2

%30.58
%32.85
%36.57

CMYK Percentages of Color #bdcbe2

%16
%10
%0
%11

Triadic Colors of #bdcbe2

#bdcbe2 #e2bdcb #cbe2bd

Analogous Colors of #bdcbe2

#bdcbe2 #c2bde2 #bddee2

Monochromatic Colors of #bdcbe2

#bdcbe2

Complementary Color

#bdcbe2 #e2d4bd

#bdcbe2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdcbe2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdcbe2 Color CSS Codes

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

#bdcbe2 Text Font Color

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

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


#bdcbe2 Background Color

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

This div background color is #bdcbe2


#bdcbe2 Border Color

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

This div border color is #bdcbe2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdcbe2


Comments

No comments written yet.

Please login to write comment.