HEX: #BEE9E2
RGB: (190,233,226)
#BEE9E2 contains red, green and blue colors in about the same proportion. Web safe color of #BEE9E2 is #CCFFCC (or #CFC).
#BEE9E2 color RGB value is (190,233,226).
RGB: (190,233,226)
(75%, 91%, 89%)
R 190 of 255 = 75%
G 233 of 255 = 91%
B 226 of 255 = 89%
R + G + B ~ 85%. #BEE9E2 is quite light color.
R + G + B = 190 + 233 + 226 = 649 (100%)
R 190 of 649 ~ 29.28%
G 233 of 649 ~ 35.9%
B 226 of 649 ~ 34.82'%
#BEE9E2 color CMYK value is (18,0,3,9).
CMYK: (18,0,3,9)
C18M0Y3K9 (18%, 0%, 3%, 9%)
(0.18 / 0.00 / 0.03 / 0.09)
Color #BEE9E2 in popluar color models
BE | E9 | E2 | |
---|---|---|---|
RGB | 190 | 233 | 226 |
HSL | 170° | 49.43% | 82.94% |
HSB/HSV | 170° | 18.45% | 91.37% |
CMYK | 18.45% | 0.00% | 3.00% |
8.63% |
Color #BEE9E2 in popluar number systems.
HEX | BE | E9 | E2 |
Decimal | 190 | 233 | 226 |
Binary | 10111110 | 11101001 | 11100010 |
Octal | 276 | 351 | 342 |
Shades of #BEE9E2
Tints of #BEE9E2
Examples of css and html codes for elements with #BEE9E2 color. Also use rgb(190,233,226) instead hex code.
.myTextColor { color: #BEE9E2; }
<p style="color:#BEE9E2">This sample text font color is #BEE9E2.</p>
This text font color is #BEE9E2.
.myBgColor { background-color: #BEE9E2; }
<div style="background-color:#BEE9E2">Inner text</div>
This div background color is #BEE9E2.
.myBorderColor { border: 1px solid #BEE9E2; }
<div style="border:3px solid #BEE9E2">Div</div>
This div border color is #BEE9E2.
.myOpacity80 { color: #BEE9E2; opacity: 0.8; }
<p style="color:#BEE9E2;opacity:0.8;">80%</p>
Text with #BEE9E2 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BEE9E2;}
<p style="text-shadow: 3px 3px 1px #BEE9E2">Text here.</p>
This text has shadow with #BEE9E2 color.
.textShadow {text-shadow: 3px 3px 1px #BEE9E2', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BEE9E2, 5px 5px 20px red">Text here.</p>
This text has shadow with #BEE9E2 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BEE9E2, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BEE9E2, Direction=45, Strength=4)">Text</p>
This text has shadow with #BEE9E2 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BEE9E2;
-webkit-box-shadow: 1px 1px 3px 2px #BEE9E2;
box-shadow: 1px 1px 3px 2px #BEE9E2;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BEE9E2; -webkit-box-shadow: 1px 1px 3px 2px #BEE9E2; box-shadow:1px 1px 3px 2px #BEE9E2;">
Div content here
</div>
This text has color #BEE9E2 on black background.
This text has color #BEE9E2 on white background.
This text has black color on #BEE9E2 background.
This text has white color on #BEE9E2 background.
Complementary color for #hex is #41161D.