Shades of Aero Blue #BFFBD8
Tints of Aero Blue #BFFBD8
RGB
CMYK
RGB Variations
Color information
#BFFBD8 (or 0xBFFBD8) is known color: Aero Blue. HEX triplet: BF, FB and D8. RGB value is (191,251,216). Sum of RGB (Red+Green+Blue) = 191+251+216=658 (87% of max value = 765). Red value is 191 (75% from 255 or 29.03% from 658); Green value is 251 (98.44% from 255 or 38.15% from 658); Blue value is 216 (84.77% from 255 or 32.83% from 658); Max value from RGB is 251 - color contains mainly: green. Hex color #BFFBD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFBD8 is #400427. Grayscale: #E5E5E5. Windows color (decimal): -4195368 or 14220223. OLE color: 14220223.
HSL color Cylindrical-coordinate representation of color #BFFBD8: hue angle of 145º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BFFBD8 is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 251 | 216 | - |
| CMYK | 0.24 | 0 | 0.14 | 0.02 |
| HSL | 145º | 0.88% | 0.87% | - |
| HSV(B) | 145º | 0.24% | 0.98% | - |
| XYZ | 68.38 | 85.03 | 77.77 | - |
| YUV | 229.07 | 120.62 | 100.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 251 | 216 | 0.24 | 0 | 0.14 | 0.02 | 145 | 0.88 | 0.87 |
| Hex | BF | FB | D8 | 18 | 0 | E | 2 | 91 | 58 | 57 |
| Octal | 277 | 373 | 330 | 30 | 0 | 16 | 2 | 221 | 130 | 127 |
| Binary | 10111111 | 11111011 | 11011000 | 11000 | 0 | 1110 | 10 | 10010001 | 1011000 | 1010111 |
Color Harmonies of #BFFBD8
Complementary color
Monochromatic Colors of #BFFBD8
Black with #BFFBD8
Text Example
Text Example
White with #BFFBD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFBD8; }
p { color: rgb(191,251,216); }
H1.HeaderClassName
{
color: #BFFBD8;
}
.AnyTagClassName
{
color: #BFFBD8;
}
</style>
background-color css
<style>
a { background-color: #BFFBD8; }
a { background-color: rgb(191,251,216); }
div.DivClassName
{
background-color: #BFFBD8;
}
.BgClassName
{
background-color: #BFFBD8;
}
</style>
border-color css
<style>
span { border-color: #BFFBD8; }
span { border-color: rgb(191,251,216); }
td.TdClassName
{
border-color: #BFFBD8;
}
.TagClassName
{
border-color: #BFFBD8;
}
</style>