HEX: #BBE6BB
RGB: (187,230,187)
#BBE6BB contains red, green and blue colors in about the same proportion. Web safe color of #BBE6BB is #CCCCCC (or #CCC).
#BBE6BB color RGB value is (187,230,187).
RGB: (187,230,187)
(73%, 90%, 73%)
R 187 of 255 = 73%
G 230 of 255 = 90%
B 187 of 255 = 73%
R + G + B ~ 79%. #BBE6BB is quite light color.
R + G + B = 187 + 230 + 187 = 604 (100%)
R 187 of 604 ~ 30.96%
G 230 of 604 ~ 38.08%
B 187 of 604 ~ 30.96'%
#BBE6BB color CMYK value is (19,0,19,10).
CMYK: (19,0,19,10)
C19M0Y19K10 (19%, 0%, 19%, 10%)
(0.19 / 0.00 / 0.19 / 0.10)
Color #BBE6BB in popluar color models
BB | E6 | BB | |
---|---|---|---|
RGB | 187 | 230 | 187 |
HSL | 120° | 46.24% | 81.76% |
HSB/HSV | 120° | 18.70% | 90.20% |
CMYK | 18.70% | 0.00% | 18.70% |
9.80% |
Color #BBE6BB in popluar number systems.
HEX | BB | E6 | BB |
Decimal | 187 | 230 | 187 |
Binary | 10111011 | 11100110 | 10111011 |
Octal | 273 | 346 | 273 |
Shades of #BBE6BB
Tints of #BBE6BB
Examples of css and html codes for elements with #BBE6BB color. Also use rgb(187,230,187) instead hex code.
.myTextColor { color: #BBE6BB; }
<p style="color:#BBE6BB">This sample text font color is #BBE6BB.</p>
This text font color is #BBE6BB.
.myBgColor { background-color: #BBE6BB; }
<div style="background-color:#BBE6BB">Inner text</div>
This div background color is #BBE6BB.
.myBorderColor { border: 1px solid #BBE6BB; }
<div style="border:3px solid #BBE6BB">Div</div>
This div border color is #BBE6BB.
.myOpacity80 { color: #BBE6BB; opacity: 0.8; }
<p style="color:#BBE6BB;opacity:0.8;">80%</p>
Text with #BBE6BB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BBE6BB;}
<p style="text-shadow: 3px 3px 1px #BBE6BB">Text here.</p>
This text has shadow with #BBE6BB color.
.textShadow {text-shadow: 3px 3px 1px #BBE6BB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BBE6BB, 5px 5px 20px red">Text here.</p>
This text has shadow with #BBE6BB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BBE6BB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BBE6BB, Direction=45, Strength=4)">Text</p>
This text has shadow with #BBE6BB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BBE6BB;
-webkit-box-shadow: 1px 1px 3px 2px #BBE6BB;
box-shadow: 1px 1px 3px 2px #BBE6BB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BBE6BB; -webkit-box-shadow: 1px 1px 3px 2px #BBE6BB; box-shadow:1px 1px 3px 2px #BBE6BB;">
Div content here
</div>
This text has color #BBE6BB on black background.
This text has color #BBE6BB on white background.
This text has black color on #BBE6BB background.
This text has white color on #BBE6BB background.
Complementary color for #hex is #441944.