HEX: #BEC3CE
RGB: (190,195,206)
#BEC3CE contains red, green and blue colors in about the same proportion. Web safe color of #BEC3CE is #CCCCCC (or #CCC).
#BEC3CE color RGB value is (190,195,206).
RGB: (190,195,206)
(75%, 76%, 81%)
R 190 of 255 = 75%
G 195 of 255 = 76%
B 206 of 255 = 81%
R + G + B ~ 77%. #BEC3CE is quite light color.
R + G + B = 190 + 195 + 206 = 591 (100%)
R 190 of 591 ~ 32.15%
G 195 of 591 ~ 32.99%
B 206 of 591 ~ 34.86'%
#BEC3CE color CMYK value is (8,5,0,19).
CMYK: (8,5,0,19)
C8M5Y0K19 (8%, 5%, 0%, 19%)
(0.08 / 0.05 / 0.00 / 0.19)
Color #BEC3CE in popluar color models
BE | C3 | CE | |
---|---|---|---|
RGB | 190 | 195 | 206 |
HSL | 221° | 14.04% | 77.65% |
HSB/HSV | 221° | 7.77% | 80.78% |
CMYK | 7.77% | 5.34% | 0.00% |
19.22% |
Color #BEC3CE in popluar number systems.
HEX | BE | C3 | CE |
Decimal | 190 | 195 | 206 |
Binary | 10111110 | 11000011 | 11001110 |
Octal | 276 | 303 | 316 |
Shades of #BEC3CE
Tints of #BEC3CE
Examples of css and html codes for elements with #BEC3CE color. Also use rgb(190,195,206) instead hex code.
.myTextColor { color: #BEC3CE; }
<p style="color:#BEC3CE">This sample text font color is #BEC3CE.</p>
This text font color is #BEC3CE.
.myBgColor { background-color: #BEC3CE; }
<div style="background-color:#BEC3CE">Inner text</div>
This div background color is #BEC3CE.
.myBorderColor { border: 1px solid #BEC3CE; }
<div style="border:3px solid #BEC3CE">Div</div>
This div border color is #BEC3CE.
.myOpacity80 { color: #BEC3CE; opacity: 0.8; }
<p style="color:#BEC3CE;opacity:0.8;">80%</p>
Text with #BEC3CE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BEC3CE;}
<p style="text-shadow: 3px 3px 1px #BEC3CE">Text here.</p>
This text has shadow with #BEC3CE color.
.textShadow {text-shadow: 3px 3px 1px #BEC3CE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BEC3CE, 5px 5px 20px red">Text here.</p>
This text has shadow with #BEC3CE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BEC3CE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BEC3CE, Direction=45, Strength=4)">Text</p>
This text has shadow with #BEC3CE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BEC3CE;
-webkit-box-shadow: 1px 1px 3px 2px #BEC3CE;
box-shadow: 1px 1px 3px 2px #BEC3CE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BEC3CE; -webkit-box-shadow: 1px 1px 3px 2px #BEC3CE; box-shadow:1px 1px 3px 2px #BEC3CE;">
Div content here
</div>
This text has color #BEC3CE on black background.
This text has color #BEC3CE on white background.
This text has black color on #BEC3CE background.
This text has white color on #BEC3CE background.
Complementary color for #hex is #413C31.