COLOR #BDD1ED

HEX: #BDD1ED RGB: (189,209,237)

Color info

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

RGB color model

#BDD1ED color RGB value is (189,209,237).

RGB: (189,209,237) (74%, 82%, 93%)

RGB channels and saturation

R 189 of 255 = 74%
G 209 of 255 = 82%
B 237 of 255 = 93%

189
209
237

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

Portions of RGB colors in percentages

R + G + B = 189 + 209 + 237 = 635 (100%)
R 189 of 635 ~ 29.76%
G 209 of 635 ~ 32.91%
B 237 of 635 ~ 37.32'%

%29.76
%32.91
%37.32

CMYK color model

#BDD1ED color CMYK value is (20,12,0,7).

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

CMYK: (20,12,0,7)
C20M12Y0K7 (20%, 12%, 0%, 7%)
(0.20 / 0.12 / 0.00 / 0.07)

CMYK percentages

%20.25
%11.81
%0
%7.06

Codes

Color #BDD1ED in popluar color models

BD D1 ED
RGB 189 209 237
HSL 215° 57.14% 83.53%
HSB/HSV 215° 20.25% 92.94%
CMYK 20.25% 11.81% 0.00%
7.06%

Color #BDD1ED in popluar number systems.

HEX BD D1 ED
Decimal 189 209 237
Binary 10111101 11010001 11101101
Octal 275 321 355

Shades and tints

Shades of #BDD1ED

#BDD1ED
(189,209,237)
#ACBED8
(172,190,216)
#9BABC3
(155,171,195)
#8A98AE
(138,152,174)
#798599
(121,133,153)
#687284
(104,114,132)
#575F6F
(87,95,111)
#464C5A
(70,76,90)
#353945
(53,57,69)
#242630
(36,38,48)
#13131B
(19,19,27)
#000000
(0,0,0)

Tints of #BDD1ED

#BDD1ED
(189,209,237)
#C3D5EE
(195,213,238)
#C9D9EF
(201,217,239)
#CFDDF0
(207,221,240)
#D5E1F1
(213,225,241)
#DBE5F2
(219,229,242)
#E1E9F3
(225,233,243)
#E7EDF4
(231,237,244)
#EDF1F5
(237,241,245)
#F3F5F6
(243,245,246)
#F9F9F7
(249,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDD1ED; }

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

This text font color is #BDD1ED.

Background Color

.myBgColor { background-color: #BDD1ED; }

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

This div background color is #BDD1ED.

Border color

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

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

This div border color is #BDD1ED.

Opacity

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

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

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

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

This text has shadow with #BDD1ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDD1ED.

Preview

Color preview on black background

This text has color #BDD1ED on black background.


Color preview on white background

This text has color #BDD1ED on white background.


Black color preview on #BDD1ED background

This text has black color on #BDD1ED background.


White color preview on #BDD1ED background

This text has white color on #BDD1ED background.


Related colors

Complementary color

Complementary color for #hex is #422E12.


I love getcolorcode.com

Triadic colors

1 #EDBDD1 and #D1EDBD with #BDD1ED are triadic colors.

2 #EDD1BD and #D1BDED with #BDD1ED are triadic colors.