Shades of Aero Blue #BBEED4
Tints of Aero Blue #BBEED4
RGB
CMYK
RGB Variations
Color information
#BBEED4 (or 0xBBEED4) is known color: Aero Blue. HEX triplet: BB, EE and D4. RGB value is (187,238,212). Sum of RGB (Red+Green+Blue) = 187+238+212=637 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.36% from 637); Green value is 238 (93.36% from 255 or 37.36% from 637); Blue value is 212 (83.20% from 255 or 33.28% from 637); Max value from RGB is 238 - color contains mainly: green. Hex color #BBEED4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEED4 is #44112B. Grayscale: #DBDBDB. Windows color (decimal): -4460844 or 13954747. OLE color: 13954747.
HSL color Cylindrical-coordinate representation of color #BBEED4: hue angle of 149.41º 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 #BBEED4 is Cyan = 0.21, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 238 | 212 | - |
| CMYK | 0.21 | 0 | 0.11 | 0.07 |
| HSL | 149.41º | 0.6% | 0.83% | - |
| HSV(B) | 149.41º | 0.21% | 0.93% | - |
| XYZ | 62.95 | 76.47 | 73.73 | - |
| YUV | 219.79 | 123.6 | 104.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 238 | 212 | 0.21 | 0 | 0.11 | 0.07 | 149.41 | 0.6 | 0.83 |
| Hex | BB | EE | D4 | 15 | 0 | B | 7 | 95 | 3C | 53 |
| Octal | 273 | 356 | 324 | 25 | 0 | 13 | 7 | 225 | 74 | 123 |
| Binary | 10111011 | 11101110 | 11010100 | 10101 | 0 | 1011 | 111 | 10010101 | 111100 | 1010011 |
Color Harmonies of #BBEED4
Complementary color
Monochromatic Colors of #BBEED4
Black with #BBEED4
Text Example
Text Example
White with #BBEED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEED4; }
p { color: rgb(187,238,212); }
H1.HeaderClassName
{
color: #BBEED4;
}
.AnyTagClassName
{
color: #BBEED4;
}
</style>
background-color css
<style>
a { background-color: #BBEED4; }
a { background-color: rgb(187,238,212); }
div.DivClassName
{
background-color: #BBEED4;
}
.BgClassName
{
background-color: #BBEED4;
}
</style>
border-color css
<style>
span { border-color: #BBEED4; }
span { border-color: rgb(187,238,212); }
td.TdClassName
{
border-color: #BBEED4;
}
.TagClassName
{
border-color: #BBEED4;
}
</style>