HEX: #BBE4AE
RGB: (187,228,174)
#BBE4AE contains red, green and blue colors in about the same proportion. Web safe color of #BBE4AE is #CCCC99 (or #CC9).
#BBE4AE color RGB value is (187,228,174).
RGB: (187,228,174)
(73%, 89%, 68%)
R 187 of 255 = 73%
G 228 of 255 = 89%
B 174 of 255 = 68%
R + G + B ~ 77%. #BBE4AE is quite light color.
R + G + B = 187 + 228 + 174 = 589 (100%)
R 187 of 589 ~ 31.75%
G 228 of 589 ~ 38.71%
B 174 of 589 ~ 29.54'%
#BBE4AE color CMYK value is (18,0,24,11).
CMYK: (18,0,24,11) C18M0Y24K11 (18%,0%,24%,11%) (0.18/0.00/0.24/0.11)
Color #BBE4AE in popluar color models
BB | E4 | AE | |
---|---|---|---|
RGB | 187 | 228 | 174 |
HSL | 106° | 50.00% | 78.82% |
HSB/HSV | 106° | 23.68% | 89.41% |
CMYK | 17.98% | 0.00% | 23.68% |
10.59% |
Color #BBE4AE in popluar number systems.
HEX | BB | E4 | AE |
Decimal | 187 | 228 | 174 |
Binary | 10111011 | 11100100 | 10101110 |
Octal | 273 | 344 | 256 |
Shades of #BBE4AE
Tints of #BBE4AE
Examples of css and html codes for elements with #BBE4AE color. Also use rgb(187,228,174) instead hex code.
.myTextColor { color: #BBE4AE; }
<p style="color:#BBE4AE">This sample text font color is #BBE4AE.</p>
This text font color is #BBE4AE.
.myBgColor { background-color: #BBE4AE; }
<div style="background-color:#BBE4AE">Inner text</div>
This div background color is #BBE4AE.
.myBorderColor { border: 1px solid #BBE4AE; }
<div style="border:3px solid #BBE4AE">Div</div>
This div border color is #BBE4AE.
.myOpacity80 { color: #BBE4AE; opacity: 0.8; }
<p style="color:#BBE4AE;opacity:0.8;">80%</p>
Text with #BBE4AE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BBE4AE;}
<p style="text-shadow: 3px 3px 1px #BBE4AE">Text here.</p>
This text has shadow with #BBE4AE color.
.textShadow {text-shadow: 3px 3px 1px #BBE4AE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BBE4AE, 5px 5px 20px red">Text here.</p>
This text has shadow with #BBE4AE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BBE4AE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BBE4AE, Direction=45, Strength=4)">Text</p>
This text has shadow with #BBE4AE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BBE4AE;
-webkit-box-shadow: 1px 1px 3px 2px #BBE4AE;
box-shadow: 1px 1px 3px 2px #BBE4AE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BBE4AE; -webkit-box-shadow: 1px 1px 3px 2px #BBE4AE; box-shadow:1px 1px 3px 2px #BBE4AE;">
Div content here
</div>
This text has color #BBE4AE on black background.
This text has color #BBE4AE on white background.
This text has black color on #BBE4AE background.
This text has white color on #BBE4AE background.
Complementary color for #hex is #441B51.