HEX: #BCEEDE
RGB: (188,238,222)
#BCEEDE contains red, green and blue colors in about the same proportion. Web safe color of #BCEEDE is #CCFFCC (or #CFC).
#BCEEDE color RGB value is (188,238,222).
RGB: (188,238,222)
(74%, 93%, 87%)
R 188 of 255 = 74%
G 238 of 255 = 93%
B 222 of 255 = 87%
R + G + B ~ 85%. #BCEEDE is quite light color.
R + G + B = 188 + 238 + 222 = 648 (100%)
R 188 of 648 ~ 29.01%
G 238 of 648 ~ 36.73%
B 222 of 648 ~ 34.26'%
#BCEEDE color CMYK value is (21,0,7,7).
CMYK: (21,0,7,7) C21M0Y7K7 (21%,0%,7%,7%) (0.21/0.00/0.07/0.07)
Color #BCEEDE in popluar color models
BC | EE | DE | |
---|---|---|---|
RGB | 188 | 238 | 222 |
HSL | 161° | 59.52% | 83.53% |
HSB/HSV | 161° | 21.01% | 93.33% |
CMYK | 21.01% | 0.00% | 6.72% |
6.67% |
Color #BCEEDE in popluar number systems.
HEX | BC | EE | DE |
Decimal | 188 | 238 | 222 |
Binary | 10111100 | 11101110 | 11011110 |
Octal | 274 | 356 | 336 |
Shades of #BCEEDE
Tints of #BCEEDE
Examples of css and html codes for elements with #BCEEDE color. Also use rgb(188,238,222) instead hex code.
.myTextColor { color: #BCEEDE; }
<p style="color:#BCEEDE">This sample text font color is #BCEEDE.</p>
This text font color is #BCEEDE.
.myBgColor { background-color: #BCEEDE; }
<div style="background-color:#BCEEDE">Inner text</div>
This div background color is #BCEEDE.
.myBorderColor { border: 1px solid #BCEEDE; }
<div style="border:3px solid #BCEEDE">Div</div>
This div border color is #BCEEDE.
.myOpacity80 { color: #BCEEDE; opacity: 0.8; }
<p style="color:#BCEEDE;opacity:0.8;">80%</p>
Text with #BCEEDE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BCEEDE;}
<p style="text-shadow: 3px 3px 1px #BCEEDE">Text here.</p>
This text has shadow with #BCEEDE color.
.textShadow {text-shadow: 3px 3px 1px #BCEEDE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BCEEDE, 5px 5px 20px red">Text here.</p>
This text has shadow with #BCEEDE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BCEEDE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BCEEDE, Direction=45, Strength=4)">Text</p>
This text has shadow with #BCEEDE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BCEEDE;
-webkit-box-shadow: 1px 1px 3px 2px #BCEEDE;
box-shadow: 1px 1px 3px 2px #BCEEDE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BCEEDE; -webkit-box-shadow: 1px 1px 3px 2px #BCEEDE; box-shadow:1px 1px 3px 2px #BCEEDE;">
Div content here
</div>
This text has color #BCEEDE on black background.
This text has color #BCEEDE on white background.
This text has black color on #BCEEDE background.
This text has white color on #BCEEDE background.
Complementary color for #hex is #431121.