HEX: #BBE2CC
RGB: (187,226,204)
#BBE2CC contains red, green and blue colors in about the same proportion. Web safe color of #BBE2CC is #CCCCCC (or #CCC).
#BBE2CC color RGB value is (187,226,204).
RGB: (187,226,204)
(73%, 89%, 80%)
R 187 of 255 = 73%
G 226 of 255 = 89%
B 204 of 255 = 80%
R + G + B ~ 81%. #BBE2CC is quite light color.
R + G + B = 187 + 226 + 204 = 617 (100%)
R 187 of 617 ~ 30.31%
G 226 of 617 ~ 36.63%
B 204 of 617 ~ 33.06'%
#BBE2CC color CMYK value is (17,0,10,11).
CMYK: (17,0,10,11)
C17M0Y10K11 (17%, 0%, 10%, 11%)
(0.17 / 0.00 / 0.10 / 0.11)
Color #BBE2CC in popluar color models
BB | E2 | CC | |
---|---|---|---|
RGB | 187 | 226 | 204 |
HSL | 146° | 40.21% | 80.98% |
HSB/HSV | 146° | 17.26% | 88.63% |
CMYK | 17.26% | 0.00% | 9.73% |
11.37% |
Color #BBE2CC in popluar number systems.
HEX | BB | E2 | CC |
Decimal | 187 | 226 | 204 |
Binary | 10111011 | 11100010 | 11001100 |
Octal | 273 | 342 | 314 |
Shades of #BBE2CC
Tints of #BBE2CC
Examples of css and html codes for elements with #BBE2CC color. Also use rgb(187,226,204) instead hex code.
.myTextColor { color: #BBE2CC; }
<p style="color:#BBE2CC">This sample text font color is #BBE2CC.</p>
This text font color is #BBE2CC.
.myBgColor { background-color: #BBE2CC; }
<div style="background-color:#BBE2CC">Inner text</div>
This div background color is #BBE2CC.
.myBorderColor { border: 1px solid #BBE2CC; }
<div style="border:3px solid #BBE2CC">Div</div>
This div border color is #BBE2CC.
.myOpacity80 { color: #BBE2CC; opacity: 0.8; }
<p style="color:#BBE2CC;opacity:0.8;">80%</p>
Text with #BBE2CC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BBE2CC;}
<p style="text-shadow: 3px 3px 1px #BBE2CC">Text here.</p>
This text has shadow with #BBE2CC color.
.textShadow {text-shadow: 3px 3px 1px #BBE2CC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BBE2CC, 5px 5px 20px red">Text here.</p>
This text has shadow with #BBE2CC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BBE2CC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BBE2CC, Direction=45, Strength=4)">Text</p>
This text has shadow with #BBE2CC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BBE2CC;
-webkit-box-shadow: 1px 1px 3px 2px #BBE2CC;
box-shadow: 1px 1px 3px 2px #BBE2CC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BBE2CC; -webkit-box-shadow: 1px 1px 3px 2px #BBE2CC; box-shadow:1px 1px 3px 2px #BBE2CC;">
Div content here
</div>
This text has color #BBE2CC on black background.
This text has color #BBE2CC on white background.
This text has black color on #BBE2CC background.
This text has white color on #BBE2CC background.
Complementary color for #hex is #441D33.