Shades of Aero Blue #BBE6D0
Tints of Aero Blue #BBE6D0
RGB
CMYK
RGB Variations
Color information
#BBE6D0 (or 0xBBE6D0) is known color: Aero Blue. HEX triplet: BB, E6 and D0. RGB value is (187,230,208). Sum of RGB (Red+Green+Blue) = 187+230+208=625 (82% of max value = 765). Red value is 187 (73.44% from 255 or 29.92% from 625); Green value is 230 (90.23% from 255 or 36.8% from 625); Blue value is 208 (81.64% from 255 or 33.28% from 625); Max value from RGB is 230 - color contains mainly: green. Hex color #BBE6D0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBE6D0 is #44192F. Grayscale: #D6D6D6. Windows color (decimal): -4462896 or 13690555. OLE color: 13690555.
HSL color Cylindrical-coordinate representation of color #BBE6D0: hue angle of 149.3º degrees, saturation: 0.46, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BBE6D0 is Cyan = 0.19, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 187 | 230 | 208 | - |
| CMYK | 0.19 | 0 | 0.10 | 0.10 |
| HSL | 149.3º | 0.46% | 0.82% | - |
| HSV(B) | 149.3º | 0.19% | 0.9% | - |
| XYZ | 60.18 | 71.71 | 70.34 | - |
| YUV | 214.64 | 124.25 | 108.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 230 | 208 | 0.19 | 0 | 0.10 | 0.10 | 149.3 | 0.46 | 0.82 |
| Hex | BB | E6 | D0 | 13 | 0 | A | A | 95 | 2E | 52 |
| Octal | 273 | 346 | 320 | 23 | 0 | 12 | 12 | 225 | 56 | 122 |
| Binary | 10111011 | 11100110 | 11010000 | 10011 | 0 | 1010 | 1010 | 10010101 | 101110 | 1010010 |
Color Harmonies of #BBE6D0
Complementary color
Monochromatic Colors of #BBE6D0
Black with #BBE6D0
Text Example
Text Example
White with #BBE6D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE6D0; }
p { color: rgb(187,230,208); }
H1.HeaderClassName
{
color: #BBE6D0;
}
.AnyTagClassName
{
color: #BBE6D0;
}
</style>
background-color css
<style>
a { background-color: #BBE6D0; }
a { background-color: rgb(187,230,208); }
div.DivClassName
{
background-color: #BBE6D0;
}
.BgClassName
{
background-color: #BBE6D0;
}
</style>
border-color css
<style>
span { border-color: #BBE6D0; }
span { border-color: rgb(187,230,208); }
td.TdClassName
{
border-color: #BBE6D0;
}
.TagClassName
{
border-color: #BBE6D0;
}
</style>