HEX: #BCE2ED
RGB: (188,226,237)
#BCE2ED contains red, green and blue colors in about the same proportion. Web safe color of #BCE2ED is #CCCCFF (or #CCF).
#BCE2ED color RGB value is (188,226,237).
RGB: (188,226,237)
(74%, 89%, 93%)
R 188 of 255 = 74%
G 226 of 255 = 89%
B 237 of 255 = 93%
R + G + B ~ 85%. #BCE2ED is quite light color.
R + G + B = 188 + 226 + 237 = 651 (100%)
R 188 of 651 ~ 28.88%
G 226 of 651 ~ 34.72%
B 237 of 651 ~ 36.41'%
#BCE2ED color CMYK value is (21,5,0,7).
CMYK: (21,5,0,7)
C21M5Y0K7 (21%, 5%, 0%, 7%)
(0.21 / 0.05 / 0.00 / 0.07)
Color #BCE2ED in popluar color models
BC | E2 | ED | |
---|---|---|---|
RGB | 188 | 226 | 237 |
HSL | 193° | 57.65% | 83.33% |
HSB/HSV | 193° | 20.68% | 92.94% |
CMYK | 20.68% | 4.64% | 0.00% |
7.06% |
Color #BCE2ED in popluar number systems.
HEX | BC | E2 | ED |
Decimal | 188 | 226 | 237 |
Binary | 10111100 | 11100010 | 11101101 |
Octal | 274 | 342 | 355 |
Shades of #BCE2ED
Tints of #BCE2ED
Examples of css and html codes for elements with #BCE2ED color. Also use rgb(188,226,237) instead hex code.
.myTextColor { color: #BCE2ED; }
<p style="color:#BCE2ED">This sample text font color is #BCE2ED.</p>
This text font color is #BCE2ED.
.myBgColor { background-color: #BCE2ED; }
<div style="background-color:#BCE2ED">Inner text</div>
This div background color is #BCE2ED.
.myBorderColor { border: 1px solid #BCE2ED; }
<div style="border:3px solid #BCE2ED">Div</div>
This div border color is #BCE2ED.
.myOpacity80 { color: #BCE2ED; opacity: 0.8; }
<p style="color:#BCE2ED;opacity:0.8;">80%</p>
Text with #BCE2ED color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BCE2ED;}
<p style="text-shadow: 3px 3px 1px #BCE2ED">Text here.</p>
This text has shadow with #BCE2ED color.
.textShadow {text-shadow: 3px 3px 1px #BCE2ED', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BCE2ED, 5px 5px 20px red">Text here.</p>
This text has shadow with #BCE2ED primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BCE2ED, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BCE2ED, Direction=45, Strength=4)">Text</p>
This text has shadow with #BCE2ED and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BCE2ED;
-webkit-box-shadow: 1px 1px 3px 2px #BCE2ED;
box-shadow: 1px 1px 3px 2px #BCE2ED;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BCE2ED; -webkit-box-shadow: 1px 1px 3px 2px #BCE2ED; box-shadow:1px 1px 3px 2px #BCE2ED;">
Div content here
</div>
This text has color #BCE2ED on black background.
This text has color #BCE2ED on white background.
This text has black color on #BCE2ED background.
This text has white color on #BCE2ED background.
Complementary color for #hex is #431D12.