Shades of Aero Blue #BBE0CA
Tints of Aero Blue #BBE0CA
RGB
CMYK
RGB Variations
Color information
#BBE0CA (or 0xBBE0CA) is known color: Aero Blue. HEX triplet: BB, E0 and CA. RGB value is (187,224,202). Sum of RGB (Red+Green+Blue) = 187+224+202=613 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.51% from 613); Green value is 224 (87.89% from 255 or 36.54% from 613); Blue value is 202 (79.30% from 255 or 32.95% from 613); Max value from RGB is 224 - color contains mainly: green. Hex color #BBE0CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBE0CA is #441F35. Grayscale: #D2D2D2. Windows color (decimal): -4464438 or 13295803. OLE color: 13295803.
HSL color Cylindrical-coordinate representation of color #BBE0CA: hue angle of 144.32º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BBE0CA is Cyan = 0.17, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 187 | 224 | 202 | - |
| CMYK | 0.17 | 0 | 0.10 | 0.12 |
| HSL | 144.32º | 0.37% | 0.81% | - |
| HSV(B) | 144.32º | 0.17% | 0.88% | - |
| XYZ | 57.81 | 68.14 | 65.98 | - |
| YUV | 210.43 | 123.24 | 111.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 224 | 202 | 0.17 | 0 | 0.10 | 0.12 | 144.32 | 0.37 | 0.81 |
| Hex | BB | E0 | CA | 11 | 0 | A | C | 90 | 25 | 51 |
| Octal | 273 | 340 | 312 | 21 | 0 | 12 | 14 | 220 | 45 | 121 |
| Binary | 10111011 | 11100000 | 11001010 | 10001 | 0 | 1010 | 1100 | 10010000 | 100101 | 1010001 |
Color Harmonies of #BBE0CA
Complementary color
Monochromatic Colors of #BBE0CA
Black with #BBE0CA
Text Example
Text Example
White with #BBE0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE0CA; }
p { color: rgb(187,224,202); }
H1.HeaderClassName
{
color: #BBE0CA;
}
.AnyTagClassName
{
color: #BBE0CA;
}
</style>
background-color css
<style>
a { background-color: #BBE0CA; }
a { background-color: rgb(187,224,202); }
div.DivClassName
{
background-color: #BBE0CA;
}
.BgClassName
{
background-color: #BBE0CA;
}
</style>
border-color css
<style>
span { border-color: #BBE0CA; }
span { border-color: rgb(187,224,202); }
td.TdClassName
{
border-color: #BBE0CA;
}
.TagClassName
{
border-color: #BBE0CA;
}
</style>