Shades of Aero Blue #BBE0CC
Tints of Aero Blue #BBE0CC
RGB
CMYK
RGB Variations
Color information
#BBE0CC (or 0xBBE0CC) is known color: Aero Blue. HEX triplet: BB, E0 and CC. RGB value is (187,224,204). Sum of RGB (Red+Green+Blue) = 187+224+204=615 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.41% from 615); Green value is 224 (87.89% from 255 or 36.42% from 615); Blue value is 204 (80.08% from 255 or 33.17% from 615); Max value from RGB is 224 - color contains mainly: green. Hex color #BBE0CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBE0CC is #441F33. Grayscale: #D2D2D2. Windows color (decimal): -4464436 or 13426875. OLE color: 13426875.
HSL color Cylindrical-coordinate representation of color #BBE0CC: hue angle of 147.57º 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 #BBE0CC is Cyan = 0.17, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 187 | 224 | 204 | - |
| CMYK | 0.17 | 0 | 0.09 | 0.12 |
| HSL | 147.57º | 0.37% | 0.81% | - |
| HSV(B) | 147.57º | 0.17% | 0.88% | - |
| XYZ | 58.05 | 68.24 | 67.24 | - |
| YUV | 210.66 | 124.24 | 111.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 224 | 204 | 0.17 | 0 | 0.09 | 0.12 | 147.57 | 0.37 | 0.81 |
| Hex | BB | E0 | CC | 11 | 0 | 9 | C | 94 | 25 | 51 |
| Octal | 273 | 340 | 314 | 21 | 0 | 11 | 14 | 224 | 45 | 121 |
| Binary | 10111011 | 11100000 | 11001100 | 10001 | 0 | 1001 | 1100 | 10010100 | 100101 | 1010001 |
Color Harmonies of #BBE0CC
Complementary color
Monochromatic Colors of #BBE0CC
Black with #BBE0CC
Text Example
Text Example
White with #BBE0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE0CC; }
p { color: rgb(187,224,204); }
H1.HeaderClassName
{
color: #BBE0CC;
}
.AnyTagClassName
{
color: #BBE0CC;
}
</style>
background-color css
<style>
a { background-color: #BBE0CC; }
a { background-color: rgb(187,224,204); }
div.DivClassName
{
background-color: #BBE0CC;
}
.BgClassName
{
background-color: #BBE0CC;
}
</style>
border-color css
<style>
span { border-color: #BBE0CC; }
span { border-color: rgb(187,224,204); }
td.TdClassName
{
border-color: #BBE0CC;
}
.TagClassName
{
border-color: #BBE0CC;
}
</style>