Shades of Aero Blue #BBEED6
Tints of Aero Blue #BBEED6
RGB
CMYK
RGB Variations
Color information
#BBEED6 (or 0xBBEED6) is known color: Aero Blue. HEX triplet: BB, EE and D6. RGB value is (187,238,214). Sum of RGB (Red+Green+Blue) = 187+238+214=639 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.26% from 639); Green value is 238 (93.36% from 255 or 37.25% from 639); Blue value is 214 (83.98% from 255 or 33.49% from 639); Max value from RGB is 238 - color contains mainly: green. Hex color #BBEED6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEED6 is #441129. Grayscale: #DCDCDC. Windows color (decimal): -4460842 or 14085819. OLE color: 14085819.
HSL color Cylindrical-coordinate representation of color #BBEED6: hue angle of 151.76º 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 #BBEED6 is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 238 | 214 | - |
| CMYK | 0.21 | 0 | 0.10 | 0.07 |
| HSL | 151.76º | 0.6% | 0.83% | - |
| HSV(B) | 151.76º | 0.21% | 0.93% | - |
| XYZ | 63.21 | 76.57 | 75.07 | - |
| YUV | 220.02 | 124.6 | 104.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 238 | 214 | 0.21 | 0 | 0.10 | 0.07 | 151.76 | 0.6 | 0.83 |
| Hex | BB | EE | D6 | 15 | 0 | A | 7 | 98 | 3C | 53 |
| Octal | 273 | 356 | 326 | 25 | 0 | 12 | 7 | 230 | 74 | 123 |
| Binary | 10111011 | 11101110 | 11010110 | 10101 | 0 | 1010 | 111 | 10011000 | 111100 | 1010011 |
Color Harmonies of #BBEED6
Complementary color
Monochromatic Colors of #BBEED6
Black with #BBEED6
Text Example
Text Example
White with #BBEED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEED6; }
p { color: rgb(187,238,214); }
H1.HeaderClassName
{
color: #BBEED6;
}
.AnyTagClassName
{
color: #BBEED6;
}
</style>
background-color css
<style>
a { background-color: #BBEED6; }
a { background-color: rgb(187,238,214); }
div.DivClassName
{
background-color: #BBEED6;
}
.BgClassName
{
background-color: #BBEED6;
}
</style>
border-color css
<style>
span { border-color: #BBEED6; }
span { border-color: rgb(187,238,214); }
td.TdClassName
{
border-color: #BBEED6;
}
.TagClassName
{
border-color: #BBEED6;
}
</style>