Shades of Aero Blue #BBE8D0
Tints of Aero Blue #BBE8D0
RGB
CMYK
RGB Variations
Color information
#BBE8D0 (or 0xBBE8D0) is known color: Aero Blue. HEX triplet: BB, E8 and D0. RGB value is (187,232,208). Sum of RGB (Red+Green+Blue) = 187+232+208=627 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.82% from 627); Green value is 232 (91.02% from 255 or 37.00% from 627); Blue value is 208 (81.64% from 255 or 33.17% from 627); Max value from RGB is 232 - color contains mainly: green. Hex color #BBE8D0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBE8D0 is #44172F. Grayscale: #D7D7D7. Windows color (decimal): -4462384 or 13691067. OLE color: 13691067.
HSL color Cylindrical-coordinate representation of color #BBE8D0: hue angle of 148º 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 #BBE8D0 is Cyan = 0.19, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 187 | 232 | 208 | - |
| CMYK | 0.19 | 0 | 0.10 | 0.09 |
| HSL | 148º | 0.49% | 0.82% | - |
| HSV(B) | 148º | 0.19% | 0.91% | - |
| XYZ | 60.74 | 72.83 | 70.53 | - |
| YUV | 215.81 | 123.59 | 107.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 232 | 208 | 0.19 | 0 | 0.10 | 0.09 | 148 | 0.49 | 0.82 |
| Hex | BB | E8 | D0 | 13 | 0 | A | 9 | 94 | 31 | 52 |
| Octal | 273 | 350 | 320 | 23 | 0 | 12 | 11 | 224 | 61 | 122 |
| Binary | 10111011 | 11101000 | 11010000 | 10011 | 0 | 1010 | 1001 | 10010100 | 110001 | 1010010 |
Color Harmonies of #BBE8D0
Complementary color
Monochromatic Colors of #BBE8D0
Black with #BBE8D0
Text Example
Text Example
White with #BBE8D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE8D0; }
p { color: rgb(187,232,208); }
H1.HeaderClassName
{
color: #BBE8D0;
}
.AnyTagClassName
{
color: #BBE8D0;
}
</style>
background-color css
<style>
a { background-color: #BBE8D0; }
a { background-color: rgb(187,232,208); }
div.DivClassName
{
background-color: #BBE8D0;
}
.BgClassName
{
background-color: #BBE8D0;
}
</style>
border-color css
<style>
span { border-color: #BBE8D0; }
span { border-color: rgb(187,232,208); }
td.TdClassName
{
border-color: #BBE8D0;
}
.TagClassName
{
border-color: #BBE8D0;
}
</style>