Shades of Aero Blue #BBFBDA
Tints of Aero Blue #BBFBDA
RGB
CMYK
RGB Variations
Color information
#BBFBDA (or 0xBBFBDA) is known color: Aero Blue. HEX triplet: BB, FB and DA. RGB value is (187,251,218). Sum of RGB (Red+Green+Blue) = 187+251+218=656 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.51% from 656); Green value is 251 (98.44% from 255 or 38.26% from 656); Blue value is 218 (85.55% from 255 or 33.23% from 656); Max value from RGB is 251 - color contains mainly: green. Hex color #BBFBDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFBDA is #440425. Grayscale: #E4E4E4. Windows color (decimal): -4457510 or 14351291. OLE color: 14351291.
HSL color Cylindrical-coordinate representation of color #BBFBDA: hue angle of 149.06º degrees, saturation: 0.89, 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 #BBFBDA is Cyan = 0.25, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 251 | 218 | - |
| CMYK | 0.25 | 0 | 0.13 | 0.02 |
| HSL | 149.06º | 0.89% | 0.86% | - |
| HSV(B) | 149.06º | 0.25% | 0.98% | - |
| XYZ | 67.65 | 84.62 | 79.1 | - |
| YUV | 228.1 | 122.3 | 98.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 251 | 218 | 0.25 | 0 | 0.13 | 0.02 | 149.06 | 0.89 | 0.86 |
| Hex | BB | FB | DA | 19 | 0 | D | 2 | 95 | 59 | 56 |
| Octal | 273 | 373 | 332 | 31 | 0 | 15 | 2 | 225 | 131 | 126 |
| Binary | 10111011 | 11111011 | 11011010 | 11001 | 0 | 1101 | 10 | 10010101 | 1011001 | 1010110 |
Color Harmonies of #BBFBDA
Complementary color
Monochromatic Colors of #BBFBDA
Black with #BBFBDA
Text Example
Text Example
White with #BBFBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFBDA; }
p { color: rgb(187,251,218); }
H1.HeaderClassName
{
color: #BBFBDA;
}
.AnyTagClassName
{
color: #BBFBDA;
}
</style>
background-color css
<style>
a { background-color: #BBFBDA; }
a { background-color: rgb(187,251,218); }
div.DivClassName
{
background-color: #BBFBDA;
}
.BgClassName
{
background-color: #BBFBDA;
}
</style>
border-color css
<style>
span { border-color: #BBFBDA; }
span { border-color: rgb(187,251,218); }
td.TdClassName
{
border-color: #BBFBDA;
}
.TagClassName
{
border-color: #BBFBDA;
}
</style>