Shades of Aero Blue #BBEED0
Tints of Aero Blue #BBEED0
RGB
CMYK
RGB Variations
Color information
#BBEED0 (or 0xBBEED0) is known color: Aero Blue. HEX triplet: BB, EE and D0. RGB value is (187,238,208). Sum of RGB (Red+Green+Blue) = 187+238+208=633 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.54% from 633); Green value is 238 (93.36% from 255 or 37.60% from 633); Blue value is 208 (81.64% from 255 or 32.86% from 633); Max value from RGB is 238 - color contains mainly: green. Hex color #BBEED0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEED0 is #44112F. Grayscale: #DBDBDB. Windows color (decimal): -4460848 or 13692603. OLE color: 13692603.
HSL color Cylindrical-coordinate representation of color #BBEED0: hue angle of 144.71º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBEED0 is Cyan = 0.21, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 238 | 208 | - |
| CMYK | 0.21 | 0 | 0.13 | 0.07 |
| HSL | 144.71º | 0.6% | 0.83% | - |
| HSV(B) | 144.71º | 0.21% | 0.93% | - |
| XYZ | 62.45 | 76.27 | 71.1 | - |
| YUV | 219.33 | 121.6 | 104.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 238 | 208 | 0.21 | 0 | 0.13 | 0.07 | 144.71 | 0.6 | 0.83 |
| Hex | BB | EE | D0 | 15 | 0 | D | 7 | 91 | 3C | 53 |
| Octal | 273 | 356 | 320 | 25 | 0 | 15 | 7 | 221 | 74 | 123 |
| Binary | 10111011 | 11101110 | 11010000 | 10101 | 0 | 1101 | 111 | 10010001 | 111100 | 1010011 |
Color Harmonies of #BBEED0
Complementary color
Monochromatic Colors of #BBEED0
Black with #BBEED0
Text Example
Text Example
White with #BBEED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEED0; }
p { color: rgb(187,238,208); }
H1.HeaderClassName
{
color: #BBEED0;
}
.AnyTagClassName
{
color: #BBEED0;
}
</style>
background-color css
<style>
a { background-color: #BBEED0; }
a { background-color: rgb(187,238,208); }
div.DivClassName
{
background-color: #BBEED0;
}
.BgClassName
{
background-color: #BBEED0;
}
</style>
border-color css
<style>
span { border-color: #BBEED0; }
span { border-color: rgb(187,238,208); }
td.TdClassName
{
border-color: #BBEED0;
}
.TagClassName
{
border-color: #BBEED0;
}
</style>