Shades of Aero Blue #BBE8D6
Tints of Aero Blue #BBE8D6
RGB
CMYK
RGB Variations
Color information
#BBE8D6 (or 0xBBE8D6) is known color: Aero Blue. HEX triplet: BB, E8 and D6. RGB value is (187,232,214). Sum of RGB (Red+Green+Blue) = 187+232+214=633 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.54% from 633); Green value is 232 (91.02% from 255 or 36.65% from 633); Blue value is 214 (83.98% from 255 or 33.81% from 633); Max value from RGB is 232 - color contains mainly: green. Hex color #BBE8D6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBE8D6 is #441729. Grayscale: #D8D8D8. Windows color (decimal): -4462378 or 14084283. OLE color: 14084283.
HSL color Cylindrical-coordinate representation of color #BBE8D6: hue angle of 156º degrees, saturation: 0.49, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BBE8D6 is Cyan = 0.19, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 187 | 232 | 214 | - |
| CMYK | 0.19 | 0 | 0.08 | 0.09 |
| HSL | 156º | 0.49% | 0.82% | - |
| HSV(B) | 156º | 0.19% | 0.91% | - |
| XYZ | 61.49 | 73.13 | 74.49 | - |
| YUV | 216.49 | 126.59 | 106.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 232 | 214 | 0.19 | 0 | 0.08 | 0.09 | 156 | 0.49 | 0.82 |
| Hex | BB | E8 | D6 | 13 | 0 | 8 | 9 | 9C | 31 | 52 |
| Octal | 273 | 350 | 326 | 23 | 0 | 10 | 11 | 234 | 61 | 122 |
| Binary | 10111011 | 11101000 | 11010110 | 10011 | 0 | 1000 | 1001 | 10011100 | 110001 | 1010010 |
Color Harmonies of #BBE8D6
Complementary color
Monochromatic Colors of #BBE8D6
Black with #BBE8D6
Text Example
Text Example
White with #BBE8D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE8D6; }
p { color: rgb(187,232,214); }
H1.HeaderClassName
{
color: #BBE8D6;
}
.AnyTagClassName
{
color: #BBE8D6;
}
</style>
background-color css
<style>
a { background-color: #BBE8D6; }
a { background-color: rgb(187,232,214); }
div.DivClassName
{
background-color: #BBE8D6;
}
.BgClassName
{
background-color: #BBE8D6;
}
</style>
border-color css
<style>
span { border-color: #BBE8D6; }
span { border-color: rgb(187,232,214); }
td.TdClassName
{
border-color: #BBE8D6;
}
.TagClassName
{
border-color: #BBE8D6;
}
</style>