HEX: #BDD3ED
RGB: (189,211,237)
#BDD3ED contains red, green and blue colors in about the same proportion. Web safe color of #BDD3ED is #CCCCFF (or #CCF).
#BDD3ED color RGB value is (189,211,237).
RGB: (189,211,237)
(74%, 83%, 93%)
R 189 of 255 = 74%
G 211 of 255 = 83%
B 237 of 255 = 93%
R + G + B ~ 83%. #BDD3ED is quite light color.
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'%
#BDD3ED color CMYK value is (20,11,0,7).
CMYK: (20,11,0,7)
C20M11Y0K7 (20%, 11%, 0%, 7%)
(0.20 / 0.11 / 0.00 / 0.07)
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 of #BDD3ED
Tints of #BDD3ED
Examples of css and html codes for elements with #BDD3ED color. Also use rgb(189,211,237) instead hex code.
.myTextColor { color: #BDD3ED; }
<p style="color:#BDD3ED">This sample text font color is #BDD3ED.</p>
This text font color is #BDD3ED.
.myBgColor { background-color: #BDD3ED; }
<div style="background-color:#BDD3ED">Inner text</div>
This div background color is #BDD3ED.
.myBorderColor { border: 1px solid #BDD3ED; }
<div style="border:3px solid #BDD3ED">Div</div>
This div border color is #BDD3ED.
.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%.
.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.
/* 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 text has color #BDD3ED on black background.
This text has color #BDD3ED on white background.
This text has black color on #BDD3ED background.
This text has white color on #BDD3ED background.
Complementary color for #hex is #422C12.