HEX: #BEE4BC
RGB: (190,228,188)
#BEE4BC contains red, green and blue colors in about the same proportion. Web safe color of #BEE4BC is #CCCCCC (or #CCC).
#BEE4BC color RGB value is (190,228,188).
RGB: (190,228,188)
(75%, 89%, 74%)
R 190 of 255 = 75%
G 228 of 255 = 89%
B 188 of 255 = 74%
R + G + B ~ 79%. #BEE4BC is quite light color.
R + G + B = 190 + 228 + 188 = 606 (100%)
R 190 of 606 ~ 31.35%
G 228 of 606 ~ 37.62%
B 188 of 606 ~ 31.02'%
#BEE4BC color CMYK value is (17,0,18,11).
CMYK: (17,0,18,11)
C17M0Y18K11 (17%, 0%, 18%, 11%)
(0.17 / 0.00 / 0.18 / 0.11)
Color #BEE4BC in popluar color models
BE | E4 | BC | |
---|---|---|---|
RGB | 190 | 228 | 188 |
HSL | 117° | 42.55% | 81.57% |
HSB/HSV | 117° | 17.54% | 89.41% |
CMYK | 16.67% | 0.00% | 17.54% |
10.59% |
Color #BEE4BC in popluar number systems.
HEX | BE | E4 | BC |
Decimal | 190 | 228 | 188 |
Binary | 10111110 | 11100100 | 10111100 |
Octal | 276 | 344 | 274 |
Shades of #BEE4BC
Tints of #BEE4BC
Examples of css and html codes for elements with #BEE4BC color. Also use rgb(190,228,188) instead hex code.
.myTextColor { color: #BEE4BC; }
<p style="color:#BEE4BC">This sample text font color is #BEE4BC.</p>
This text font color is #BEE4BC.
.myBgColor { background-color: #BEE4BC; }
<div style="background-color:#BEE4BC">Inner text</div>
This div background color is #BEE4BC.
.myBorderColor { border: 1px solid #BEE4BC; }
<div style="border:3px solid #BEE4BC">Div</div>
This div border color is #BEE4BC.
.myOpacity80 { color: #BEE4BC; opacity: 0.8; }
<p style="color:#BEE4BC;opacity:0.8;">80%</p>
Text with #BEE4BC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BEE4BC;}
<p style="text-shadow: 3px 3px 1px #BEE4BC">Text here.</p>
This text has shadow with #BEE4BC color.
.textShadow {text-shadow: 3px 3px 1px #BEE4BC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BEE4BC, 5px 5px 20px red">Text here.</p>
This text has shadow with #BEE4BC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BEE4BC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BEE4BC, Direction=45, Strength=4)">Text</p>
This text has shadow with #BEE4BC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BEE4BC;
-webkit-box-shadow: 1px 1px 3px 2px #BEE4BC;
box-shadow: 1px 1px 3px 2px #BEE4BC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BEE4BC; -webkit-box-shadow: 1px 1px 3px 2px #BEE4BC; box-shadow:1px 1px 3px 2px #BEE4BC;">
Div content here
</div>
This text has color #BEE4BC on black background.
This text has color #BEE4BC on white background.
This text has black color on #BEE4BC background.
This text has white color on #BEE4BC background.
Complementary color for #hex is #411B43.