Shades of Aero Blue #BBE4CC
Tints of Aero Blue #BBE4CC
RGB
CMYK
RGB Variations
Color information
#BBE4CC (or 0xBBE4CC) is known color: Aero Blue. HEX triplet: BB, E4 and CC. RGB value is (187,228,204). Sum of RGB (Red+Green+Blue) = 187+228+204=619 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.21% from 619); Green value is 228 (89.45% from 255 or 36.83% from 619); Blue value is 204 (80.08% from 255 or 32.96% from 619); Max value from RGB is 228 - color contains mainly: green. Hex color #BBE4CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBE4CC is #441B33. Grayscale: #D5D5D5. Windows color (decimal): -4463412 or 13427899. OLE color: 13427899.
HSL color Cylindrical-coordinate representation of color #BBE4CC: hue angle of 144.88º degrees, saturation: 0.43, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BBE4CC is Cyan = 0.18, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 228 | 204 | - |
| CMYK | 0.18 | 0 | 0.11 | 0.11 |
| HSL | 144.88º | 0.43% | 0.81% | - |
| HSV(B) | 144.88º | 0.18% | 0.89% | - |
| XYZ | 59.14 | 70.41 | 67.6 | - |
| YUV | 213.01 | 122.92 | 109.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 228 | 204 | 0.18 | 0 | 0.11 | 0.11 | 144.88 | 0.43 | 0.81 |
| Hex | BB | E4 | CC | 12 | 0 | B | B | 91 | 2B | 51 |
| Octal | 273 | 344 | 314 | 22 | 0 | 13 | 13 | 221 | 53 | 121 |
| Binary | 10111011 | 11100100 | 11001100 | 10010 | 0 | 1011 | 1011 | 10010001 | 101011 | 1010001 |
Color Harmonies of #BBE4CC
Complementary color
Monochromatic Colors of #BBE4CC
Black with #BBE4CC
Text Example
Text Example
White with #BBE4CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE4CC; }
p { color: rgb(187,228,204); }
H1.HeaderClassName
{
color: #BBE4CC;
}
.AnyTagClassName
{
color: #BBE4CC;
}
</style>
background-color css
<style>
a { background-color: #BBE4CC; }
a { background-color: rgb(187,228,204); }
div.DivClassName
{
background-color: #BBE4CC;
}
.BgClassName
{
background-color: #BBE4CC;
}
</style>
border-color css
<style>
span { border-color: #BBE4CC; }
span { border-color: rgb(187,228,204); }
td.TdClassName
{
border-color: #BBE4CC;
}
.TagClassName
{
border-color: #BBE4CC;
}
</style>