HEX: #BBEEEC
RGB: (187,238,236)
#BBEEEC contains red, green and blue colors in about the same proportion. Web safe color of #BBEEEC is #CCFFFF (or #CFF).
#BBEEEC color RGB value is (187,238,236).
RGB: (187,238,236)
(73%, 93%, 93%)
R 187 of 255 = 73%
G 238 of 255 = 93%
B 236 of 255 = 93%
R + G + B ~ 86%. #BBEEEC is light color.
R + G + B = 187 + 238 + 236 = 661 (100%)
R 187 of 661 ~ 28.29%
G 238 of 661 ~ 36.01%
B 236 of 661 ~ 35.7'%
#BBEEEC color CMYK value is (21,0,1,7).
CMYK: (21,0,1,7)
C21M0Y1K7 (21%, 0%, 1%, 7%)
(0.21 / 0.00 / 0.01 / 0.07)
Color #BBEEEC in popluar color models
BB | EE | EC | |
---|---|---|---|
RGB | 187 | 238 | 236 |
HSL | 178° | 60.00% | 83.33% |
HSB/HSV | 178° | 21.43% | 93.33% |
CMYK | 21.43% | 0.00% | 0.84% |
6.67% |
Color #BBEEEC in popluar number systems.
HEX | BB | EE | EC |
Decimal | 187 | 238 | 236 |
Binary | 10111011 | 11101110 | 11101100 |
Octal | 273 | 356 | 354 |
Shades of #BBEEEC
Tints of #BBEEEC
Examples of css and html codes for elements with #BBEEEC color. Also use rgb(187,238,236) instead hex code.
.myTextColor { color: #BBEEEC; }
<p style="color:#BBEEEC">This sample text font color is #BBEEEC.</p>
This text font color is #BBEEEC.
.myBgColor { background-color: #BBEEEC; }
<div style="background-color:#BBEEEC">Inner text</div>
This div background color is #BBEEEC.
.myBorderColor { border: 1px solid #BBEEEC; }
<div style="border:3px solid #BBEEEC">Div</div>
This div border color is #BBEEEC.
.myOpacity80 { color: #BBEEEC; opacity: 0.8; }
<p style="color:#BBEEEC;opacity:0.8;">80%</p>
Text with #BBEEEC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BBEEEC;}
<p style="text-shadow: 3px 3px 1px #BBEEEC">Text here.</p>
This text has shadow with #BBEEEC color.
.textShadow {text-shadow: 3px 3px 1px #BBEEEC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BBEEEC, 5px 5px 20px red">Text here.</p>
This text has shadow with #BBEEEC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BBEEEC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BBEEEC, Direction=45, Strength=4)">Text</p>
This text has shadow with #BBEEEC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BBEEEC;
-webkit-box-shadow: 1px 1px 3px 2px #BBEEEC;
box-shadow: 1px 1px 3px 2px #BBEEEC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BBEEEC; -webkit-box-shadow: 1px 1px 3px 2px #BBEEEC; box-shadow:1px 1px 3px 2px #BBEEEC;">
Div content here
</div>
This text has color #BBEEEC on black background.
This text has color #BBEEEC on white background.
This text has black color on #BBEEEC background.
This text has white color on #BBEEEC background.
Complementary color for #hex is #441113.