Shades of Aero Blue #BBE8D1
Tints of Aero Blue #BBE8D1
RGB
CMYK
RGB Variations
Color information
#BBE8D1 (or 0xBBE8D1) is known color: Aero Blue. HEX triplet: BB, E8 and D1. RGB value is (187,232,209). Sum of RGB (Red+Green+Blue) = 187+232+209=628 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.78% from 628); Green value is 232 (91.02% from 255 or 36.94% from 628); Blue value is 209 (82.03% from 255 or 33.28% from 628); Max value from RGB is 232 - color contains mainly: green. Hex color #BBE8D1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBE8D1 is #44172E. Grayscale: #D7D7D7. Windows color (decimal): -4462383 or 13756603. OLE color: 13756603.
HSL color Cylindrical-coordinate representation of color #BBE8D1: hue angle of 149.33º 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 #BBE8D1 is Cyan = 0.19, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 187 | 232 | 209 | - |
| CMYK | 0.19 | 0 | 0.10 | 0.09 |
| HSL | 149.33º | 0.49% | 0.82% | - |
| HSV(B) | 149.33º | 0.19% | 0.91% | - |
| XYZ | 60.86 | 72.88 | 71.18 | - |
| YUV | 215.92 | 124.09 | 107.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 232 | 209 | 0.19 | 0 | 0.10 | 0.09 | 149.33 | 0.49 | 0.82 |
| Hex | BB | E8 | D1 | 13 | 0 | A | 9 | 95 | 31 | 52 |
| Octal | 273 | 350 | 321 | 23 | 0 | 12 | 11 | 225 | 61 | 122 |
| Binary | 10111011 | 11101000 | 11010001 | 10011 | 0 | 1010 | 1001 | 10010101 | 110001 | 1010010 |
Color Harmonies of #BBE8D1
Complementary color
Monochromatic Colors of #BBE8D1
Black with #BBE8D1
Text Example
Text Example
White with #BBE8D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE8D1; }
p { color: rgb(187,232,209); }
H1.HeaderClassName
{
color: #BBE8D1;
}
.AnyTagClassName
{
color: #BBE8D1;
}
</style>
background-color css
<style>
a { background-color: #BBE8D1; }
a { background-color: rgb(187,232,209); }
div.DivClassName
{
background-color: #BBE8D1;
}
.BgClassName
{
background-color: #BBE8D1;
}
</style>
border-color css
<style>
span { border-color: #BBE8D1; }
span { border-color: rgb(187,232,209); }
td.TdClassName
{
border-color: #BBE8D1;
}
.TagClassName
{
border-color: #BBE8D1;
}
</style>