HEX: #BBEAEA
RGB: (187,234,234)
#BBEAEA contains red, green and blue colors in about the same proportion. Web safe color of #BBEAEA is #CCFFFF (or #CFF).
#BBEAEA color RGB value is (187,234,234).
RGB: (187,234,234)
(73%, 92%, 92%)
R 187 of 255 = 73%
G 234 of 255 = 92%
B 234 of 255 = 92%
R + G + B ~ 86%. #BBEAEA is light color.
R + G + B = 187 + 234 + 234 = 655 (100%)
R 187 of 655 ~ 28.55%
G 234 of 655 ~ 35.73%
B 234 of 655 ~ 35.73'%
#BBEAEA color CMYK value is (20,0,0,8).
CMYK: (20,0,0,8)
C20M0Y0K8 (20%, 0%, 0%, 8%)
(0.20 / 0.00 / 0.00 / 0.08)
Color #BBEAEA in popluar color models
BB | EA | EA | |
---|---|---|---|
RGB | 187 | 234 | 234 |
HSL | 180° | 52.81% | 82.55% |
HSB/HSV | 180° | 20.09% | 91.76% |
CMYK | 20.09% | 0.00% | 0.00% |
8.24% |
Color #BBEAEA in popluar number systems.
HEX | BB | EA | EA |
Decimal | 187 | 234 | 234 |
Binary | 10111011 | 11101010 | 11101010 |
Octal | 273 | 352 | 352 |
Shades of #BBEAEA
Tints of #BBEAEA
Examples of css and html codes for elements with #BBEAEA color. Also use rgb(187,234,234) instead hex code.
.myTextColor { color: #BBEAEA; }
<p style="color:#BBEAEA">This sample text font color is #BBEAEA.</p>
This text font color is #BBEAEA.
.myBgColor { background-color: #BBEAEA; }
<div style="background-color:#BBEAEA">Inner text</div>
This div background color is #BBEAEA.
.myBorderColor { border: 1px solid #BBEAEA; }
<div style="border:3px solid #BBEAEA">Div</div>
This div border color is #BBEAEA.
.myOpacity80 { color: #BBEAEA; opacity: 0.8; }
<p style="color:#BBEAEA;opacity:0.8;">80%</p>
Text with #BBEAEA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BBEAEA;}
<p style="text-shadow: 3px 3px 1px #BBEAEA">Text here.</p>
This text has shadow with #BBEAEA color.
.textShadow {text-shadow: 3px 3px 1px #BBEAEA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BBEAEA, 5px 5px 20px red">Text here.</p>
This text has shadow with #BBEAEA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BBEAEA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BBEAEA, Direction=45, Strength=4)">Text</p>
This text has shadow with #BBEAEA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BBEAEA;
-webkit-box-shadow: 1px 1px 3px 2px #BBEAEA;
box-shadow: 1px 1px 3px 2px #BBEAEA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BBEAEA; -webkit-box-shadow: 1px 1px 3px 2px #BBEAEA; box-shadow:1px 1px 3px 2px #BBEAEA;">
Div content here
</div>
This text has color #BBEAEA on black background.
This text has color #BBEAEA on white background.
This text has black color on #BBEAEA background.
This text has white color on #BBEAEA background.