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