COLOR #BDE0F6

HEX: #BDE0F6 RGB: (189,224,246)

Color info

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

RGB color model

#BDE0F6 color RGB value is (189,224,246).

RGB: (189,224,246) (74%, 88%, 96%)

RGB channels and saturation

R 189 of 255 = 74%
G 224 of 255 = 88%
B 246 of 255 = 96%

189
224
246

R + G + B ~ 86%. #BDE0F6 is light color.

Portions of RGB colors in percentages

R + G + B = 189 + 224 + 246 = 659 (100%)
R 189 of 659 ~ 28.68%
G 224 of 659 ~ 33.99%
B 246 of 659 ~ 37.33'%

%28.68
%33.99
%37.33

CMYK color model

#BDE0F6 color CMYK value is (23,9,0,4).

  • cyan value is 23.17%
  • magenta value is 8.94%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK: (23,9,0,4) C23M9Y0K4 (23%,9%,0%,4%) (0.23/0.09/0.00/0.04) 

CMYK percentages

%23.17
%8.94
%0
%3.53

Codes

Color #BDE0F6 in popluar color models

BD E0 F6
RGB 189 224 246
HSL 203° 76.00% 85.29%
HSB/HSV 203° 23.17% 96.47%
CMYK 23.17% 8.94% 0.00%
3.53%

Color #BDE0F6 in popluar number systems.

HEX BD E0 F6
Decimal 189 224 246
Binary 10111101 11100000 11110110
Octal 275 340 366

Shades and tints

Shades of #BDE0F6

#BDE0F6
(189,224,246)
#ACCCE0
(172,204,224)
#9BB8CA
(155,184,202)
#8AA4B4
(138,164,180)
#79909E
(121,144,158)
#687C88
(104,124,136)
#576872
(87,104,114)
#46545C
(70,84,92)
#354046
(53,64,70)
#242C30
(36,44,48)
#13181A
(19,24,26)
#000000
(0,0,0)

Tints of #BDE0F6

#BDE0F6
(189,224,246)
#C3E2F6
(195,226,246)
#C9E4F6
(201,228,246)
#CFE6F6
(207,230,246)
#D5E8F6
(213,232,246)
#DBEAF6
(219,234,246)
#E1ECF6
(225,236,246)
#E7EEF6
(231,238,246)
#EDF0F6
(237,240,246)
#F3F2F6
(243,242,246)
#F9F4F6
(249,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDE0F6; }

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

This text font color is #BDE0F6.

Background Color

.myBgColor { background-color: #BDE0F6; }

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

This div background color is #BDE0F6.

Border color

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

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

This div border color is #BDE0F6.

Opacity

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

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

Text with #BDE0F6 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 #BDE0F6;}

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

This text has shadow with #BDE0F6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDE0F6.

Preview

Color preview on black background

This text has color #BDE0F6 on black background.


Color preview on white background

This text has color #BDE0F6 on white background.


Black color preview on #BDE0F6 background

This text has black color on #BDE0F6 background.


White color preview on #BDE0F6 background

This text has white color on #BDE0F6 background.


Related colors

Complementary color

Complementary color for #hex is #421F09.


I love getcolorcode.com

Triadic colors

1 #F6BDE0 and #E0F6BD with #BDE0F6 are triadic colors.

2 #F6E0BD and #E0BDF6 with #BDE0F6 are triadic colors.