HEX: #BEE5EC
RGB: (190,229,236)
#BEE5EC contains red, green and blue colors in about the same proportion. Web safe color of #BEE5EC is #CCCCFF (or #CCF).
#BEE5EC color RGB value is (190,229,236).
RGB: (190,229,236)
(75%, 90%, 93%)
R 190 of 255 = 75%
G 229 of 255 = 90%
B 236 of 255 = 93%
R + G + B ~ 86%. #BEE5EC is light color.
R + G + B = 190 + 229 + 236 = 655 (100%)
R 190 of 655 ~ 29.01%
G 229 of 655 ~ 34.96%
B 236 of 655 ~ 36.03'%
#BEE5EC color CMYK value is (19,3,0,7).
CMYK: (19,3,0,7)
C19M3Y0K7 (19%, 3%, 0%, 7%)
(0.19 / 0.03 / 0.00 / 0.07)
Color #BEE5EC in popluar color models
BE | E5 | EC | |
---|---|---|---|
RGB | 190 | 229 | 236 |
HSL | 189° | 54.76% | 83.53% |
HSB/HSV | 189° | 19.49% | 92.55% |
CMYK | 19.49% | 2.97% | 0.00% |
7.45% |
Color #BEE5EC in popluar number systems.
HEX | BE | E5 | EC |
Decimal | 190 | 229 | 236 |
Binary | 10111110 | 11100101 | 11101100 |
Octal | 276 | 345 | 354 |
Shades of #BEE5EC
Tints of #BEE5EC
Examples of css and html codes for elements with #BEE5EC color. Also use rgb(190,229,236) instead hex code.
.myTextColor { color: #BEE5EC; }
<p style="color:#BEE5EC">This sample text font color is #BEE5EC.</p>
This text font color is #BEE5EC.
.myBgColor { background-color: #BEE5EC; }
<div style="background-color:#BEE5EC">Inner text</div>
This div background color is #BEE5EC.
.myBorderColor { border: 1px solid #BEE5EC; }
<div style="border:3px solid #BEE5EC">Div</div>
This div border color is #BEE5EC.
.myOpacity80 { color: #BEE5EC; opacity: 0.8; }
<p style="color:#BEE5EC;opacity:0.8;">80%</p>
Text with #BEE5EC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BEE5EC;}
<p style="text-shadow: 3px 3px 1px #BEE5EC">Text here.</p>
This text has shadow with #BEE5EC color.
.textShadow {text-shadow: 3px 3px 1px #BEE5EC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BEE5EC, 5px 5px 20px red">Text here.</p>
This text has shadow with #BEE5EC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BEE5EC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BEE5EC, Direction=45, Strength=4)">Text</p>
This text has shadow with #BEE5EC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BEE5EC;
-webkit-box-shadow: 1px 1px 3px 2px #BEE5EC;
box-shadow: 1px 1px 3px 2px #BEE5EC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BEE5EC; -webkit-box-shadow: 1px 1px 3px 2px #BEE5EC; box-shadow:1px 1px 3px 2px #BEE5EC;">
Div content here
</div>
This text has color #BEE5EC on black background.
This text has color #BEE5EC on white background.
This text has black color on #BEE5EC background.
This text has white color on #BEE5EC background.
Complementary color for #hex is #411A13.