COLOR #BDE0EC

HEX: #BDE0EC RGB: (189,224,236)

Color info

#BDE0EC contains red, green and blue colors in about the same proportion. Web safe color of #BDE0EC is #CCCCFF (or #CCF).

RGB color model

#BDE0EC color RGB value is (189,224,236).

RGB: (189,224,236) (74%, 88%, 93%)

RGB channels and saturation

R 189 of 255 = 74%
G 224 of 255 = 88%
B 236 of 255 = 93%

189
224
236

R + G + B ~ 85%. #BDE0EC is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 224 + 236 = 649 (100%)
R 189 of 649 ~ 29.12%
G 224 of 649 ~ 34.51%
B 236 of 649 ~ 36.36'%

%29.12
%34.51
%36.36

CMYK color model

#BDE0EC color CMYK value is (20,5,0,7).

  • cyan value is 19.92%
  • magenta value is 5.08%
  • yellow value is 0.00%
  • key color value is 7.45%

CMYK: (20,5,0,7)
C20M5Y0K7 (20%, 5%, 0%, 7%)
(0.20 / 0.05 / 0.00 / 0.07)

CMYK percentages

%19.92
%5.08
%0
%7.45

Codes

Color #BDE0EC in popluar color models

BD E0 EC
RGB 189 224 236
HSL 195° 55.29% 83.33%
HSB/HSV 195° 19.92% 92.55%
CMYK 19.92% 5.08% 0.00%
7.45%

Color #BDE0EC in popluar number systems.

HEX BD E0 EC
Decimal 189 224 236
Binary 10111101 11100000 11101100
Octal 275 340 354

Shades and tints

Shades of #BDE0EC

#BDE0EC
(189,224,236)
#ACCCD7
(172,204,215)
#9BB8C2
(155,184,194)
#8AA4AD
(138,164,173)
#799098
(121,144,152)
#687C83
(104,124,131)
#57686E
(87,104,110)
#465459
(70,84,89)
#354044
(53,64,68)
#242C2F
(36,44,47)
#13181A
(19,24,26)
#000000
(0,0,0)

Tints of #BDE0EC

#BDE0EC
(189,224,236)
#C3E2ED
(195,226,237)
#C9E4EE
(201,228,238)
#CFE6EF
(207,230,239)
#D5E8F0
(213,232,240)
#DBEAF1
(219,234,241)
#E1ECF2
(225,236,242)
#E7EEF3
(231,238,243)
#EDF0F4
(237,240,244)
#F3F2F5
(243,242,245)
#F9F4F6
(249,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDE0EC color. Also use rgb(189,224,236) instead hex code.

Text Font Color

.myTextColor { color: #BDE0EC; }

<p style="color:#BDE0EC">This sample text font color is #BDE0EC.</p>

This text font color is #BDE0EC.

Background Color

.myBgColor { background-color: #BDE0EC; }

<div style="background-color:#BDE0EC">Inner text</div>

This div background color is #BDE0EC.

Border color

.myBorderColor { border: 1px solid #BDE0EC; }

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

This div border color is #BDE0EC.

Opacity

.myOpacity80 { color: #BDE0EC; opacity: 0.8; }

<p style="color:#BDE0EC;opacity:0.8;">80%</p>

Text with #BDE0EC color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #BDE0EC;}

<p style="text-shadow: 3px 3px 1px #BDE0EC">Text here.</p>

This text has shadow with #BDE0EC color.


.textShadow {text-shadow: 3px 3px 1px #BDE0EC', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #BDE0EC, 5px 5px 20px red">Text here.</p>

This text has shadow with #BDE0EC primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BDE0EC, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#BDE0EC, Direction=45, Strength=4)">Text</p>

This text has shadow with #BDE0EC and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BDE0EC;
-webkit-box-shadow: 1px 1px 3px 2px #BDE0EC;
box-shadow: 1px 1px 3px 2px #BDE0EC;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BDE0EC; -webkit-box-shadow: 1px 1px 3px 2px #BDE0EC; box-shadow:1px 1px 3px 2px #BDE0EC;">
Div content here
</div>

This div box has shadow with color #BDE0EC.

Preview

Color preview on black background

This text has color #BDE0EC on black background.


Color preview on white background

This text has color #BDE0EC on white background.


Black color preview on #BDE0EC background

This text has black color on #BDE0EC background.


White color preview on #BDE0EC background

This text has white color on #BDE0EC background.


Related colors

Complementary color

Complementary color for #hex is #421F13.


I love getcolorcode.com

Triadic colors

1 #ECBDE0 and #E0ECBD with #BDE0EC are triadic colors.

2 #ECE0BD and #E0BDEC with #BDE0EC are triadic colors.