Shades of Aero Blue #BBFDDA
Tints of Aero Blue #BBFDDA
RGB
CMYK
RGB Variations
Color information
#BBFDDA (or 0xBBFDDA) is known color: Aero Blue. HEX triplet: BB, FD and DA. RGB value is (187,253,218). Sum of RGB (Red+Green+Blue) = 187+253+218=658 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.42% from 658); Green value is 253 (99.22% from 255 or 38.45% from 658); Blue value is 218 (85.55% from 255 or 33.13% from 658); Max value from RGB is 253 - color contains mainly: green. Hex color #BBFDDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFDDA is #440225. Grayscale: #E5E5E5. Windows color (decimal): -4456998 or 14351803. OLE color: 14351803.
HSL color Cylindrical-coordinate representation of color #BBFDDA: hue angle of 148.18º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBFDDA is Cyan = 0.26, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 253 | 218 | - |
| CMYK | 0.26 | 0 | 0.14 | 0.01 |
| HSL | 148.18º | 0.94% | 0.86% | - |
| HSV(B) | 148.18º | 0.26% | 0.99% | - |
| XYZ | 68.27 | 85.88 | 79.31 | - |
| YUV | 229.28 | 121.63 | 97.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 253 | 218 | 0.26 | 0 | 0.14 | 0.01 | 148.18 | 0.94 | 0.86 |
| Hex | BB | FD | DA | 1A | 0 | E | 1 | 94 | 5E | 56 |
| Octal | 273 | 375 | 332 | 32 | 0 | 16 | 1 | 224 | 136 | 126 |
| Binary | 10111011 | 11111101 | 11011010 | 11010 | 0 | 1110 | 1 | 10010100 | 1011110 | 1010110 |
Color Harmonies of #BBFDDA
Complementary color
Monochromatic Colors of #BBFDDA
Black with #BBFDDA
Text Example
Text Example
White with #BBFDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFDDA; }
p { color: rgb(187,253,218); }
H1.HeaderClassName
{
color: #BBFDDA;
}
.AnyTagClassName
{
color: #BBFDDA;
}
</style>
background-color css
<style>
a { background-color: #BBFDDA; }
a { background-color: rgb(187,253,218); }
div.DivClassName
{
background-color: #BBFDDA;
}
.BgClassName
{
background-color: #BBFDDA;
}
</style>
border-color css
<style>
span { border-color: #BBFDDA; }
span { border-color: rgb(187,253,218); }
td.TdClassName
{
border-color: #BBFDDA;
}
.TagClassName
{
border-color: #BBFDDA;
}
</style>