HEX: #BDD1EB
RGB: (189,209,235)
#BDD1EB contains red, green and blue colors in about the same proportion. Web safe color of #BDD1EB is #CCCCFF (or #CCF).
#BDD1EB color RGB value is (189,209,235).
RGB: (189,209,235)
(74%, 82%, 92%)
R 189 of 255 = 74%
G 209 of 255 = 82%
B 235 of 255 = 92%
R + G + B ~ 83%. #BDD1EB is quite light color.
R + G + B = 189 + 209 + 235 = 633 (100%)
R 189 of 633 ~ 29.86%
G 209 of 633 ~ 33.02%
B 235 of 633 ~ 37.12'%
#BDD1EB color CMYK value is (20,11,0,8).
CMYK: (20,11,0,8)
C20M11Y0K8 (20%, 11%, 0%, 8%)
(0.20 / 0.11 / 0.00 / 0.08)
Color #BDD1EB in popluar color models
BD | D1 | EB | |
---|---|---|---|
RGB | 189 | 209 | 235 |
HSL | 214° | 53.49% | 83.14% |
HSB/HSV | 214° | 19.57% | 92.16% |
CMYK | 19.57% | 11.06% | 0.00% |
7.84% |
Color #BDD1EB in popluar number systems.
HEX | BD | D1 | EB |
Decimal | 189 | 209 | 235 |
Binary | 10111101 | 11010001 | 11101011 |
Octal | 275 | 321 | 353 |
Shades of #BDD1EB
Tints of #BDD1EB
Examples of css and html codes for elements with #BDD1EB color. Also use rgb(189,209,235) instead hex code.
.myTextColor { color: #BDD1EB; }
<p style="color:#BDD1EB">This sample text font color is #BDD1EB.</p>
This text font color is #BDD1EB.
.myBgColor { background-color: #BDD1EB; }
<div style="background-color:#BDD1EB">Inner text</div>
This div background color is #BDD1EB.
.myBorderColor { border: 1px solid #BDD1EB; }
<div style="border:3px solid #BDD1EB">Div</div>
This div border color is #BDD1EB.
.myOpacity80 { color: #BDD1EB; opacity: 0.8; }
<p style="color:#BDD1EB;opacity:0.8;">80%</p>
Text with #BDD1EB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BDD1EB;}
<p style="text-shadow: 3px 3px 1px #BDD1EB">Text here.</p>
This text has shadow with #BDD1EB color.
.textShadow {text-shadow: 3px 3px 1px #BDD1EB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BDD1EB, 5px 5px 20px red">Text here.</p>
This text has shadow with #BDD1EB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BDD1EB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BDD1EB, Direction=45, Strength=4)">Text</p>
This text has shadow with #BDD1EB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BDD1EB;
-webkit-box-shadow: 1px 1px 3px 2px #BDD1EB;
box-shadow: 1px 1px 3px 2px #BDD1EB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BDD1EB; -webkit-box-shadow: 1px 1px 3px 2px #BDD1EB; box-shadow:1px 1px 3px 2px #BDD1EB;">
Div content here
</div>
This text has color #BDD1EB on black background.
This text has color #BDD1EB on white background.
This text has black color on #BDD1EB background.
This text has white color on #BDD1EB background.
Complementary color for #hex is #422E14.