COLOR #BDD3ED

HEX: #BDD3ED RGB: (189,211,237)

Color info

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

RGB color model

#BDD3ED color RGB value is (189,211,237).

RGB: (189,211,237) (74%, 83%, 93%)

RGB channels and saturation

R 189 of 255 = 74%
G 211 of 255 = 83%
B 237 of 255 = 93%

189
211
237

R + G + B ~ 83%. #BDD3ED is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 211 + 237 = 637 (100%)
R 189 of 637 ~ 29.67%
G 211 of 637 ~ 33.12%
B 237 of 637 ~ 37.21'%

%29.67
%33.12
%37.21

CMYK color model

#BDD3ED color CMYK value is (20,11,0,7).

  • cyan value is 20.25%
  • magenta value is 10.97%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (20,11,0,7)
C20M11Y0K7 (20%, 11%, 0%, 7%)
(0.20 / 0.11 / 0.00 / 0.07)

CMYK percentages

%20.25
%10.97
%0
%7.06

Codes

Color #BDD3ED in popluar color models

BD D3 ED
RGB 189 211 237
HSL 213° 57.14% 83.53%
HSB/HSV 213° 20.25% 92.94%
CMYK 20.25% 10.97% 0.00%
7.06%

Color #BDD3ED in popluar number systems.

HEX BD D3 ED
Decimal 189 211 237
Binary 10111101 11010011 11101101
Octal 275 323 355

Shades and tints

Shades of #BDD3ED

#BDD3ED
(189,211,237)
#ACC0D8
(172,192,216)
#9BADC3
(155,173,195)
#8A9AAE
(138,154,174)
#798799
(121,135,153)
#687484
(104,116,132)
#57616F
(87,97,111)
#464E5A
(70,78,90)
#353B45
(53,59,69)
#242830
(36,40,48)
#13151B
(19,21,27)
#000000
(0,0,0)

Tints of #BDD3ED

#BDD3ED
(189,211,237)
#C3D7EE
(195,215,238)
#C9DBEF
(201,219,239)
#CFDFF0
(207,223,240)
#D5E3F1
(213,227,241)
#DBE7F2
(219,231,242)
#E1EBF3
(225,235,243)
#E7EFF4
(231,239,244)
#EDF3F5
(237,243,245)
#F3F7F6
(243,247,246)
#F9FBF7
(249,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDD3ED color. Also use rgb(189,211,237) instead hex code.

Text Font Color

.myTextColor { color: #BDD3ED; }

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

This text font color is #BDD3ED.

Background Color

.myBgColor { background-color: #BDD3ED; }

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

This div background color is #BDD3ED.

Border color

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

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

This div border color is #BDD3ED.

Opacity

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

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

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

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

This text has shadow with #BDD3ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDD3ED.

Preview

Color preview on black background

This text has color #BDD3ED on black background.


Color preview on white background

This text has color #BDD3ED on white background.


Black color preview on #BDD3ED background

This text has black color on #BDD3ED background.


White color preview on #BDD3ED background

This text has white color on #BDD3ED background.


Related colors

Complementary color

Complementary color for #hex is #422C12.


I love getcolorcode.com

Triadic colors

1 #EDBDD3 and #D3EDBD with #BDD3ED are triadic colors.

2 #EDD3BD and #D3BDED with #BDD3ED are triadic colors.