HEX: #BEC4ED
RGB: (190,196,237)
#BEC4ED contains red, green and blue colors in about the same proportion. Web safe color of #BEC4ED is #CCCCFF (or #CCF).
#BEC4ED color RGB value is (190,196,237).
RGB: (190,196,237)
(75%, 77%, 93%)
R 190 of 255 = 75%
G 196 of 255 = 77%
B 237 of 255 = 93%
R + G + B ~ 82%. #BEC4ED is quite light color.
R + G + B = 190 + 196 + 237 = 623 (100%)
R 190 of 623 ~ 30.5%
G 196 of 623 ~ 31.46%
B 237 of 623 ~ 38.04'%
#BEC4ED color CMYK value is (20,17,0,7).
CMYK: (20,17,0,7)
C20M17Y0K7 (20%, 17%, 0%, 7%)
(0.20 / 0.17 / 0.00 / 0.07)
Color #BEC4ED in popluar color models
BE | C4 | ED | |
---|---|---|---|
RGB | 190 | 196 | 237 |
HSL | 232° | 56.63% | 83.73% |
HSB/HSV | 232° | 19.83% | 92.94% |
CMYK | 19.83% | 17.30% | 0.00% |
7.06% |
Color #BEC4ED in popluar number systems.
HEX | BE | C4 | ED |
Decimal | 190 | 196 | 237 |
Binary | 10111110 | 11000100 | 11101101 |
Octal | 276 | 304 | 355 |
Shades of #BEC4ED
Tints of #BEC4ED
Examples of css and html codes for elements with #BEC4ED color. Also use rgb(190,196,237) instead hex code.
.myTextColor { color: #BEC4ED; }
<p style="color:#BEC4ED">This sample text font color is #BEC4ED.</p>
This text font color is #BEC4ED.
.myBgColor { background-color: #BEC4ED; }
<div style="background-color:#BEC4ED">Inner text</div>
This div background color is #BEC4ED.
.myBorderColor { border: 1px solid #BEC4ED; }
<div style="border:3px solid #BEC4ED">Div</div>
This div border color is #BEC4ED.
.myOpacity80 { color: #BEC4ED; opacity: 0.8; }
<p style="color:#BEC4ED;opacity:0.8;">80%</p>
Text with #BEC4ED color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BEC4ED;}
<p style="text-shadow: 3px 3px 1px #BEC4ED">Text here.</p>
This text has shadow with #BEC4ED color.
.textShadow {text-shadow: 3px 3px 1px #BEC4ED', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BEC4ED, 5px 5px 20px red">Text here.</p>
This text has shadow with #BEC4ED primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BEC4ED, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BEC4ED, Direction=45, Strength=4)">Text</p>
This text has shadow with #BEC4ED and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BEC4ED;
-webkit-box-shadow: 1px 1px 3px 2px #BEC4ED;
box-shadow: 1px 1px 3px 2px #BEC4ED;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BEC4ED; -webkit-box-shadow: 1px 1px 3px 2px #BEC4ED; box-shadow:1px 1px 3px 2px #BEC4ED;">
Div content here
</div>
This text has color #BEC4ED on black background.
This text has color #BEC4ED on white background.
This text has black color on #BEC4ED background.
This text has white color on #BEC4ED background.
Complementary color for #hex is #413B12.