HEX: #BBD59E
RGB: (187,213,158)
#BBD59E contains red, green and blue colors in about the same proportion. Web safe color of #BBD59E is #CCCC99 (or #CC9).
#BBD59E color RGB value is (187,213,158).
RGB: (187,213,158)
(73%, 84%, 62%)
R 187 of 255 = 73%
G 213 of 255 = 84%
B 158 of 255 = 62%
R + G + B ~ 73%. #BBD59E is quite light color.
R + G + B = 187 + 213 + 158 = 558 (100%)
R 187 of 558 ~ 33.51%
G 213 of 558 ~ 38.17%
B 158 of 558 ~ 28.32'%
#BBD59E color CMYK value is (12,0,26,16).
CMYK: (12,0,26,16) C12M0Y26K16 (12%,0%,26%,16%) (0.12/0.00/0.26/0.16)
Color #BBD59E in popluar color models
BB | D5 | 9E | |
---|---|---|---|
RGB | 187 | 213 | 158 |
HSL | 88° | 39.57% | 72.75% |
HSB/HSV | 88° | 25.82% | 83.53% |
CMYK | 12.21% | 0.00% | 25.82% |
16.47% |
Color #BBD59E in popluar number systems.
HEX | BB | D5 | 9E |
Decimal | 187 | 213 | 158 |
Binary | 10111011 | 11010101 | 10011110 |
Octal | 273 | 325 | 236 |
Shades of #BBD59E
Tints of #BBD59E
Examples of css and html codes for elements with #BBD59E color. Also use rgb(187,213,158) instead hex code.
.myTextColor { color: #BBD59E; }
<p style="color:#BBD59E">This sample text font color is #BBD59E.</p>
This text font color is #BBD59E.
.myBgColor { background-color: #BBD59E; }
<div style="background-color:#BBD59E">Inner text</div>
This div background color is #BBD59E.
.myBorderColor { border: 1px solid #BBD59E; }
<div style="border:3px solid #BBD59E">Div</div>
This div border color is #BBD59E.
.myOpacity80 { color: #BBD59E; opacity: 0.8; }
<p style="color:#BBD59E;opacity:0.8;">80%</p>
Text with #BBD59E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BBD59E;}
<p style="text-shadow: 3px 3px 1px #BBD59E">Text here.</p>
This text has shadow with #BBD59E color.
.textShadow {text-shadow: 3px 3px 1px #BBD59E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BBD59E, 5px 5px 20px red">Text here.</p>
This text has shadow with #BBD59E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BBD59E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BBD59E, Direction=45, Strength=4)">Text</p>
This text has shadow with #BBD59E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BBD59E;
-webkit-box-shadow: 1px 1px 3px 2px #BBD59E;
box-shadow: 1px 1px 3px 2px #BBD59E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BBD59E; -webkit-box-shadow: 1px 1px 3px 2px #BBD59E; box-shadow:1px 1px 3px 2px #BBD59E;">
Div content here
</div>
This text has color #BBD59E on black background.
This text has color #BBD59E on white background.
This text has black color on #BBD59E background.
This text has white color on #BBD59E background.
Complementary color for #hex is #442A61.