HEX: #BDEAED
RGB: (189,234,237)
#BDEAED contains red, green and blue colors in about the same proportion. Web safe color of #BDEAED is #CCFFFF (or #CFF).
#BDEAED color RGB value is (189,234,237).
RGB: (189,234,237)
(74%, 92%, 93%)
R 189 of 255 = 74%
G 234 of 255 = 92%
B 237 of 255 = 93%
R + G + B ~ 86%. #BDEAED is light color.
R + G + B = 189 + 234 + 237 = 660 (100%)
R 189 of 660 ~ 28.64%
G 234 of 660 ~ 35.45%
B 237 of 660 ~ 35.91'%
#BDEAED color CMYK value is (20,1,0,7).
CMYK: (20,1,0,7) C20M1Y0K7 (20%,1%,0%,7%) (0.20/0.01/0.00/0.07)
Color #BDEAED in popluar color models
BD | EA | ED | |
---|---|---|---|
RGB | 189 | 234 | 237 |
HSL | 184° | 57.14% | 83.53% |
HSB/HSV | 184° | 20.25% | 92.94% |
CMYK | 20.25% | 1.27% | 0.00% |
7.06% |
Color #BDEAED in popluar number systems.
HEX | BD | EA | ED |
Decimal | 189 | 234 | 237 |
Binary | 10111101 | 11101010 | 11101101 |
Octal | 275 | 352 | 355 |
Shades of #BDEAED
Tints of #BDEAED
Examples of css and html codes for elements with #BDEAED color. Also use rgb(189,234,237) instead hex code.
.myTextColor { color: #BDEAED; }
<p style="color:#BDEAED">This sample text font color is #BDEAED.</p>
This text font color is #BDEAED.
.myBgColor { background-color: #BDEAED; }
<div style="background-color:#BDEAED">Inner text</div>
This div background color is #BDEAED.
.myBorderColor { border: 1px solid #BDEAED; }
<div style="border:3px solid #BDEAED">Div</div>
This div border color is #BDEAED.
.myOpacity80 { color: #BDEAED; opacity: 0.8; }
<p style="color:#BDEAED;opacity:0.8;">80%</p>
Text with #BDEAED color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BDEAED;}
<p style="text-shadow: 3px 3px 1px #BDEAED">Text here.</p>
This text has shadow with #BDEAED color.
.textShadow {text-shadow: 3px 3px 1px #BDEAED', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BDEAED, 5px 5px 20px red">Text here.</p>
This text has shadow with #BDEAED primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BDEAED, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BDEAED, Direction=45, Strength=4)">Text</p>
This text has shadow with #BDEAED and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BDEAED;
-webkit-box-shadow: 1px 1px 3px 2px #BDEAED;
box-shadow: 1px 1px 3px 2px #BDEAED;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BDEAED; -webkit-box-shadow: 1px 1px 3px 2px #BDEAED; box-shadow:1px 1px 3px 2px #BDEAED;">
Div content here
</div>
This text has color #BDEAED on black background.
This text has color #BDEAED on white background.
This text has black color on #BDEAED background.
This text has white color on #BDEAED background.
Complementary color for #hex is #421512.