Shades of Aero Blue #BBEED5
Tints of Aero Blue #BBEED5
RGB
CMYK
RGB Variations
Color information
#BBEED5 (or 0xBBEED5) is known color: Aero Blue. HEX triplet: BB, EE and D5. RGB value is (187,238,213). Sum of RGB (Red+Green+Blue) = 187+238+213=638 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.31% from 638); Green value is 238 (93.36% from 255 or 37.30% from 638); Blue value is 213 (83.59% from 255 or 33.39% from 638); Max value from RGB is 238 - color contains mainly: green. Hex color #BBEED5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEED5 is #44112A. Grayscale: #DBDBDB. Windows color (decimal): -4460843 or 14020283. OLE color: 14020283.
HSL color Cylindrical-coordinate representation of color #BBEED5: hue angle of 150.59º 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 #BBEED5 is Cyan = 0.21, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 238 | 213 | - |
| CMYK | 0.21 | 0 | 0.11 | 0.07 |
| HSL | 150.59º | 0.6% | 0.83% | - |
| HSV(B) | 150.59º | 0.21% | 0.93% | - |
| XYZ | 63.08 | 76.52 | 74.4 | - |
| YUV | 219.9 | 124.1 | 104.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 238 | 213 | 0.21 | 0 | 0.11 | 0.07 | 150.59 | 0.6 | 0.83 |
| Hex | BB | EE | D5 | 15 | 0 | B | 7 | 97 | 3C | 53 |
| Octal | 273 | 356 | 325 | 25 | 0 | 13 | 7 | 227 | 74 | 123 |
| Binary | 10111011 | 11101110 | 11010101 | 10101 | 0 | 1011 | 111 | 10010111 | 111100 | 1010011 |
Color Harmonies of #BBEED5
Complementary color
Monochromatic Colors of #BBEED5
Black with #BBEED5
Text Example
Text Example
White with #BBEED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEED5; }
p { color: rgb(187,238,213); }
H1.HeaderClassName
{
color: #BBEED5;
}
.AnyTagClassName
{
color: #BBEED5;
}
</style>
background-color css
<style>
a { background-color: #BBEED5; }
a { background-color: rgb(187,238,213); }
div.DivClassName
{
background-color: #BBEED5;
}
.BgClassName
{
background-color: #BBEED5;
}
</style>
border-color css
<style>
span { border-color: #BBEED5; }
span { border-color: rgb(187,238,213); }
td.TdClassName
{
border-color: #BBEED5;
}
.TagClassName
{
border-color: #BBEED5;
}
</style>