Shades of Aero Blue #BBFAD3
Tints of Aero Blue #BBFAD3
RGB
CMYK
RGB Variations
Color information
#BBFAD3 (or 0xBBFAD3) is known color: Aero Blue. HEX triplet: BB, FA and D3. RGB value is (187,250,211). Sum of RGB (Red+Green+Blue) = 187+250+211=648 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.86% from 648); Green value is 250 (98.05% from 255 or 38.58% from 648); Blue value is 211 (82.81% from 255 or 32.56% from 648); Max value from RGB is 250 - color contains mainly: green. Hex color #BBFAD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFAD3 is #44052C. Grayscale: #E2E2E2. Windows color (decimal): -4457773 or 13892283. OLE color: 13892283.
HSL color Cylindrical-coordinate representation of color #BBFAD3: hue angle of 142.86º 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 #BBFAD3 is Cyan = 0.25, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 250 | 211 | - |
| CMYK | 0.25 | 0 | 0.16 | 0.02 |
| HSL | 142.86º | 0.86% | 0.86% | - |
| HSV(B) | 142.86º | 0.25% | 0.98% | - |
| XYZ | 66.44 | 83.64 | 74.27 | - |
| YUV | 226.72 | 119.13 | 99.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 250 | 211 | 0.25 | 0 | 0.16 | 0.02 | 142.86 | 0.86 | 0.86 |
| Hex | BB | FA | D3 | 19 | 0 | 10 | 2 | 8F | 56 | 56 |
| Octal | 273 | 372 | 323 | 31 | 0 | 20 | 2 | 217 | 126 | 126 |
| Binary | 10111011 | 11111010 | 11010011 | 11001 | 0 | 10000 | 10 | 10001111 | 1010110 | 1010110 |
Color Harmonies of #BBFAD3
Complementary color
Monochromatic Colors of #BBFAD3
Black with #BBFAD3
Text Example
Text Example
White with #BBFAD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFAD3; }
p { color: rgb(187,250,211); }
H1.HeaderClassName
{
color: #BBFAD3;
}
.AnyTagClassName
{
color: #BBFAD3;
}
</style>
background-color css
<style>
a { background-color: #BBFAD3; }
a { background-color: rgb(187,250,211); }
div.DivClassName
{
background-color: #BBFAD3;
}
.BgClassName
{
background-color: #BBFAD3;
}
</style>
border-color css
<style>
span { border-color: #BBFAD3; }
span { border-color: rgb(187,250,211); }
td.TdClassName
{
border-color: #BBFAD3;
}
.TagClassName
{
border-color: #BBFAD3;
}
</style>