HEX: #BBE7EB
RGB: (187,231,235)
#BBE7EB contains red, green and blue colors in about the same proportion. Web safe color of #BBE7EB is #CCFFFF (or #CFF).
#BBE7EB color RGB value is (187,231,235).
RGB: (187,231,235)
(73%, 91%, 92%)
R 187 of 255 = 73%
G 231 of 255 = 91%
B 235 of 255 = 92%
R + G + B ~ 85%. #BBE7EB is quite light color.
R + G + B = 187 + 231 + 235 = 653 (100%)
R 187 of 653 ~ 28.64%
G 231 of 653 ~ 35.38%
B 235 of 653 ~ 35.99'%
#BBE7EB color CMYK value is (20,2,0,8).
CMYK: (20,2,0,8)
C20M2Y0K8 (20%, 2%, 0%, 8%)
(0.20 / 0.02 / 0.00 / 0.08)
Color #BBE7EB in popluar color models
BB | E7 | EB | |
---|---|---|---|
RGB | 187 | 231 | 235 |
HSL | 185° | 54.55% | 82.75% |
HSB/HSV | 185° | 20.43% | 92.16% |
CMYK | 20.43% | 1.70% | 0.00% |
7.84% |
Color #BBE7EB in popluar number systems.
HEX | BB | E7 | EB |
Decimal | 187 | 231 | 235 |
Binary | 10111011 | 11100111 | 11101011 |
Octal | 273 | 347 | 353 |
Shades of #BBE7EB
Tints of #BBE7EB
Examples of css and html codes for elements with #BBE7EB color. Also use rgb(187,231,235) instead hex code.
.myTextColor { color: #BBE7EB; }
<p style="color:#BBE7EB">This sample text font color is #BBE7EB.</p>
This text font color is #BBE7EB.
.myBgColor { background-color: #BBE7EB; }
<div style="background-color:#BBE7EB">Inner text</div>
This div background color is #BBE7EB.
.myBorderColor { border: 1px solid #BBE7EB; }
<div style="border:3px solid #BBE7EB">Div</div>
This div border color is #BBE7EB.
.myOpacity80 { color: #BBE7EB; opacity: 0.8; }
<p style="color:#BBE7EB;opacity:0.8;">80%</p>
Text with #BBE7EB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BBE7EB;}
<p style="text-shadow: 3px 3px 1px #BBE7EB">Text here.</p>
This text has shadow with #BBE7EB color.
.textShadow {text-shadow: 3px 3px 1px #BBE7EB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BBE7EB, 5px 5px 20px red">Text here.</p>
This text has shadow with #BBE7EB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BBE7EB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BBE7EB, Direction=45, Strength=4)">Text</p>
This text has shadow with #BBE7EB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BBE7EB;
-webkit-box-shadow: 1px 1px 3px 2px #BBE7EB;
box-shadow: 1px 1px 3px 2px #BBE7EB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BBE7EB; -webkit-box-shadow: 1px 1px 3px 2px #BBE7EB; box-shadow:1px 1px 3px 2px #BBE7EB;">
Div content here
</div>
This text has color #BBE7EB on black background.
This text has color #BBE7EB on white background.
This text has black color on #BBE7EB background.
This text has white color on #BBE7EB background.
Complementary color for #hex is #441814.