Shades of Aero Blue #BBE1CC
Tints of Aero Blue #BBE1CC
RGB
CMYK
RGB Variations
Color information
#BBE1CC (or 0xBBE1CC) is known color: Aero Blue. HEX triplet: BB, E1 and CC. RGB value is (187,225,204). Sum of RGB (Red+Green+Blue) = 187+225+204=616 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.36% from 616); Green value is 225 (88.28% from 255 or 36.53% from 616); Blue value is 204 (80.08% from 255 or 33.12% from 616); Max value from RGB is 225 - color contains mainly: green. Hex color #BBE1CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBE1CC is #441E33. Grayscale: #D3D3D3. Windows color (decimal): -4464180 or 13427131. OLE color: 13427131.
HSL color Cylindrical-coordinate representation of color #BBE1CC: hue angle of 146.84º degrees, saturation: 0.39, 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 #BBE1CC is Cyan = 0.17, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 187 | 225 | 204 | - |
| CMYK | 0.17 | 0 | 0.09 | 0.12 |
| HSL | 146.84º | 0.39% | 0.81% | - |
| HSV(B) | 146.84º | 0.17% | 0.88% | - |
| XYZ | 58.32 | 68.77 | 67.33 | - |
| YUV | 211.24 | 123.91 | 110.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 225 | 204 | 0.17 | 0 | 0.09 | 0.12 | 146.84 | 0.39 | 0.81 |
| Hex | BB | E1 | CC | 11 | 0 | 9 | C | 93 | 27 | 51 |
| Octal | 273 | 341 | 314 | 21 | 0 | 11 | 14 | 223 | 47 | 121 |
| Binary | 10111011 | 11100001 | 11001100 | 10001 | 0 | 1001 | 1100 | 10010011 | 100111 | 1010001 |
Color Harmonies of #BBE1CC
Complementary color
Monochromatic Colors of #BBE1CC
Black with #BBE1CC
Text Example
Text Example
White with #BBE1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE1CC; }
p { color: rgb(187,225,204); }
H1.HeaderClassName
{
color: #BBE1CC;
}
.AnyTagClassName
{
color: #BBE1CC;
}
</style>
background-color css
<style>
a { background-color: #BBE1CC; }
a { background-color: rgb(187,225,204); }
div.DivClassName
{
background-color: #BBE1CC;
}
.BgClassName
{
background-color: #BBE1CC;
}
</style>
border-color css
<style>
span { border-color: #BBE1CC; }
span { border-color: rgb(187,225,204); }
td.TdClassName
{
border-color: #BBE1CC;
}
.TagClassName
{
border-color: #BBE1CC;
}
</style>