HEX: #BEE1BA
RGB: (190,225,186)
#BEE1BA contains red, green and blue colors in about the same proportion. Web safe color of #BEE1BA is #CCCCCC (or #CCC).
#BEE1BA color RGB value is (190,225,186).
RGB: (190,225,186)
(75%, 88%, 73%)
R 190 of 255 = 75%
G 225 of 255 = 88%
B 186 of 255 = 73%
R + G + B ~ 79%. #BEE1BA is quite light color.
R + G + B = 190 + 225 + 186 = 601 (100%)
R 190 of 601 ~ 31.61%
G 225 of 601 ~ 37.44%
B 186 of 601 ~ 30.95'%
#BEE1BA color CMYK value is (16,0,17,12).
CMYK: (16,0,17,12) C16M0Y17K12 (16%,0%,17%,12%) (0.16/0.00/0.17/0.12)
Color #BEE1BA in popluar color models
BE | E1 | BA | |
---|---|---|---|
RGB | 190 | 225 | 186 |
HSL | 114° | 39.39% | 80.59% |
HSB/HSV | 114° | 17.33% | 88.24% |
CMYK | 15.56% | 0.00% | 17.33% |
11.76% |
Color #BEE1BA in popluar number systems.
HEX | BE | E1 | BA |
Decimal | 190 | 225 | 186 |
Binary | 10111110 | 11100001 | 10111010 |
Octal | 276 | 341 | 272 |
Shades of #BEE1BA
Tints of #BEE1BA
Examples of css and html codes for elements with #BEE1BA color. Also use rgb(190,225,186) instead hex code.
.myTextColor { color: #BEE1BA; }
<p style="color:#BEE1BA">This sample text font color is #BEE1BA.</p>
This text font color is #BEE1BA.
.myBgColor { background-color: #BEE1BA; }
<div style="background-color:#BEE1BA">Inner text</div>
This div background color is #BEE1BA.
.myBorderColor { border: 1px solid #BEE1BA; }
<div style="border:3px solid #BEE1BA">Div</div>
This div border color is #BEE1BA.
.myOpacity80 { color: #BEE1BA; opacity: 0.8; }
<p style="color:#BEE1BA;opacity:0.8;">80%</p>
Text with #BEE1BA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BEE1BA;}
<p style="text-shadow: 3px 3px 1px #BEE1BA">Text here.</p>
This text has shadow with #BEE1BA color.
.textShadow {text-shadow: 3px 3px 1px #BEE1BA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BEE1BA, 5px 5px 20px red">Text here.</p>
This text has shadow with #BEE1BA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BEE1BA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BEE1BA, Direction=45, Strength=4)">Text</p>
This text has shadow with #BEE1BA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BEE1BA;
-webkit-box-shadow: 1px 1px 3px 2px #BEE1BA;
box-shadow: 1px 1px 3px 2px #BEE1BA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BEE1BA; -webkit-box-shadow: 1px 1px 3px 2px #BEE1BA; box-shadow:1px 1px 3px 2px #BEE1BA;">
Div content here
</div>
This text has color #BEE1BA on black background.
This text has color #BEE1BA on white background.
This text has black color on #BEE1BA background.
This text has white color on #BEE1BA background.
Complementary color for #hex is #411E45.