HEX: #BDEEED
RGB: (189,238,237)
#BDEEED contains red, green and blue colors in about the same proportion. Web safe color of #BDEEED is #CCFFFF (or #CFF).
#BDEEED color RGB value is (189,238,237).
RGB: (189,238,237)
(74%, 93%, 93%)
R 189 of 255 = 74%
G 238 of 255 = 93%
B 237 of 255 = 93%
R + G + B ~ 87%. #BDEEED is light color.
R + G + B = 189 + 238 + 237 = 664 (100%)
R 189 of 664 ~ 28.46%
G 238 of 664 ~ 35.84%
B 237 of 664 ~ 35.69'%
#BDEEED color CMYK value is (21,0,0,7).
CMYK: (21,0,0,7) C21M0Y0K7 (21%,0%,0%,7%) (0.21/0.00/0.00/0.07)
Color #BDEEED in popluar color models
BD | EE | ED | |
---|---|---|---|
RGB | 189 | 238 | 237 |
HSL | 179° | 59.04% | 83.73% |
HSB/HSV | 179° | 20.59% | 93.33% |
CMYK | 20.59% | 0.00% | 0.42% |
6.67% |
Color #BDEEED in popluar number systems.
HEX | BD | EE | ED |
Decimal | 189 | 238 | 237 |
Binary | 10111101 | 11101110 | 11101101 |
Octal | 275 | 356 | 355 |
Shades of #BDEEED
Tints of #BDEEED
Examples of css and html codes for elements with #BDEEED color. Also use rgb(189,238,237) instead hex code.
.myTextColor { color: #BDEEED; }
<p style="color:#BDEEED">This sample text font color is #BDEEED.</p>
This text font color is #BDEEED.
.myBgColor { background-color: #BDEEED; }
<div style="background-color:#BDEEED">Inner text</div>
This div background color is #BDEEED.
.myBorderColor { border: 1px solid #BDEEED; }
<div style="border:3px solid #BDEEED">Div</div>
This div border color is #BDEEED.
.myOpacity80 { color: #BDEEED; opacity: 0.8; }
<p style="color:#BDEEED;opacity:0.8;">80%</p>
Text with #BDEEED color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BDEEED;}
<p style="text-shadow: 3px 3px 1px #BDEEED">Text here.</p>
This text has shadow with #BDEEED color.
.textShadow {text-shadow: 3px 3px 1px #BDEEED', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BDEEED, 5px 5px 20px red">Text here.</p>
This text has shadow with #BDEEED primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BDEEED, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BDEEED, Direction=45, Strength=4)">Text</p>
This text has shadow with #BDEEED and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BDEEED;
-webkit-box-shadow: 1px 1px 3px 2px #BDEEED;
box-shadow: 1px 1px 3px 2px #BDEEED;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BDEEED; -webkit-box-shadow: 1px 1px 3px 2px #BDEEED; box-shadow:1px 1px 3px 2px #BDEEED;">
Div content here
</div>
This text has color #BDEEED on black background.
This text has color #BDEEED on white background.
This text has black color on #BDEEED background.
This text has white color on #BDEEED background.
Complementary color for #hex is #421112.