Shades of Aero Blue #BBFADD
Tints of Aero Blue #BBFADD
RGB
CMYK
RGB Variations
Color information
#BBFADD (or 0xBBFADD) is known color: Aero Blue. HEX triplet: BB, FA and DD. RGB value is (187,250,221). Sum of RGB (Red+Green+Blue) = 187+250+221=658 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.42% from 658); Green value is 250 (98.05% from 255 or 37.99% from 658); Blue value is 221 (86.72% from 255 or 33.59% from 658); Max value from RGB is 250 - color contains mainly: green. Hex color #BBFADD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFADD is #440522. Grayscale: #E3E3E3. Windows color (decimal): -4457763 or 14547643. OLE color: 14547643.
HSL color Cylindrical-coordinate representation of color #BBFADD: hue angle of 152.38º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBFADD is Cyan = 0.25, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 250 | 221 | - |
| CMYK | 0.25 | 0 | 0.12 | 0.02 |
| HSL | 152.38º | 0.86% | 0.86% | - |
| HSV(B) | 152.38º | 0.25% | 0.98% | - |
| XYZ | 67.73 | 84.16 | 81.08 | - |
| YUV | 227.86 | 124.13 | 98.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 250 | 221 | 0.25 | 0 | 0.12 | 0.02 | 152.38 | 0.86 | 0.86 |
| Hex | BB | FA | DD | 19 | 0 | C | 2 | 98 | 56 | 56 |
| Octal | 273 | 372 | 335 | 31 | 0 | 14 | 2 | 230 | 126 | 126 |
| Binary | 10111011 | 11111010 | 11011101 | 11001 | 0 | 1100 | 10 | 10011000 | 1010110 | 1010110 |
Color Harmonies of #BBFADD
Complementary color
Monochromatic Colors of #BBFADD
Black with #BBFADD
Text Example
Text Example
White with #BBFADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFADD; }
p { color: rgb(187,250,221); }
H1.HeaderClassName
{
color: #BBFADD;
}
.AnyTagClassName
{
color: #BBFADD;
}
</style>
background-color css
<style>
a { background-color: #BBFADD; }
a { background-color: rgb(187,250,221); }
div.DivClassName
{
background-color: #BBFADD;
}
.BgClassName
{
background-color: #BBFADD;
}
</style>
border-color css
<style>
span { border-color: #BBFADD; }
span { border-color: rgb(187,250,221); }
td.TdClassName
{
border-color: #BBFADD;
}
.TagClassName
{
border-color: #BBFADD;
}
</style>