HEX: #BEC1DC
RGB: (190,193,220)
#BEC1DC contains red, green and blue colors in about the same proportion. Web safe color of #BEC1DC is #CCCCCC (or #CCC).
#BEC1DC color RGB value is (190,193,220).
RGB: (190,193,220)
(75%, 76%, 86%)
R 190 of 255 = 75%
G 193 of 255 = 76%
B 220 of 255 = 86%
R + G + B ~ 79%. #BEC1DC is quite light color.
R + G + B = 190 + 193 + 220 = 603 (100%)
R 190 of 603 ~ 31.51%
G 193 of 603 ~ 32.01%
B 220 of 603 ~ 36.48'%
#BEC1DC color CMYK value is (14,12,0,14).
CMYK: (14,12,0,14)
C14M12Y0K14 (14%, 12%, 0%, 14%)
(0.14 / 0.12 / 0.00 / 0.14)
Color #BEC1DC in popluar color models
BE | C1 | DC | |
---|---|---|---|
RGB | 190 | 193 | 220 |
HSL | 234° | 30.00% | 80.39% |
HSB/HSV | 234° | 13.64% | 86.27% |
CMYK | 13.64% | 12.27% | 0.00% |
13.73% |
Color #BEC1DC in popluar number systems.
HEX | BE | C1 | DC |
Decimal | 190 | 193 | 220 |
Binary | 10111110 | 11000001 | 11011100 |
Octal | 276 | 301 | 334 |
Shades of #BEC1DC
Tints of #BEC1DC
Examples of css and html codes for elements with #BEC1DC color. Also use rgb(190,193,220) instead hex code.
.myTextColor { color: #BEC1DC; }
<p style="color:#BEC1DC">This sample text font color is #BEC1DC.</p>
This text font color is #BEC1DC.
.myBgColor { background-color: #BEC1DC; }
<div style="background-color:#BEC1DC">Inner text</div>
This div background color is #BEC1DC.
.myBorderColor { border: 1px solid #BEC1DC; }
<div style="border:3px solid #BEC1DC">Div</div>
This div border color is #BEC1DC.
.myOpacity80 { color: #BEC1DC; opacity: 0.8; }
<p style="color:#BEC1DC;opacity:0.8;">80%</p>
Text with #BEC1DC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BEC1DC;}
<p style="text-shadow: 3px 3px 1px #BEC1DC">Text here.</p>
This text has shadow with #BEC1DC color.
.textShadow {text-shadow: 3px 3px 1px #BEC1DC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BEC1DC, 5px 5px 20px red">Text here.</p>
This text has shadow with #BEC1DC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BEC1DC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BEC1DC, Direction=45, Strength=4)">Text</p>
This text has shadow with #BEC1DC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BEC1DC;
-webkit-box-shadow: 1px 1px 3px 2px #BEC1DC;
box-shadow: 1px 1px 3px 2px #BEC1DC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BEC1DC; -webkit-box-shadow: 1px 1px 3px 2px #BEC1DC; box-shadow:1px 1px 3px 2px #BEC1DC;">
Div content here
</div>
This text has color #BEC1DC on black background.
This text has color #BEC1DC on white background.
This text has black color on #BEC1DC background.
This text has white color on #BEC1DC background.
Complementary color for #hex is #413E23.