Shades of Aero Blue #BFFBD6
Tints of Aero Blue #BFFBD6
RGB
CMYK
RGB Variations
Color information
#BFFBD6 (or 0xBFFBD6) is known color: Aero Blue. HEX triplet: BF, FB and D6. RGB value is (191,251,214). Sum of RGB (Red+Green+Blue) = 191+251+214=656 (86% of max value = 765). Red value is 191 (75% from 255 or 29.12% from 656); Green value is 251 (98.44% from 255 or 38.26% from 656); Blue value is 214 (83.98% from 255 or 32.62% from 656); Max value from RGB is 251 - color contains mainly: green. Hex color #BFFBD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFBD6 is #400429. Grayscale: #E4E4E4. Windows color (decimal): -4195370 or 14089151. OLE color: 14089151.
HSL color Cylindrical-coordinate representation of color #BFFBD6: hue angle of 143º 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 #BFFBD6 is Cyan = 0.24, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 251 | 214 | - |
| CMYK | 0.24 | 0 | 0.15 | 0.02 |
| HSL | 143º | 0.88% | 0.87% | - |
| HSV(B) | 143º | 0.24% | 0.98% | - |
| XYZ | 68.12 | 84.93 | 76.42 | - |
| YUV | 228.84 | 119.62 | 101.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 251 | 214 | 0.24 | 0 | 0.15 | 0.02 | 143 | 0.88 | 0.87 |
| Hex | BF | FB | D6 | 18 | 0 | F | 2 | 8F | 58 | 57 |
| Octal | 277 | 373 | 326 | 30 | 0 | 17 | 2 | 217 | 130 | 127 |
| Binary | 10111111 | 11111011 | 11010110 | 11000 | 0 | 1111 | 10 | 10001111 | 1011000 | 1010111 |
Color Harmonies of #BFFBD6
Complementary color
Monochromatic Colors of #BFFBD6
Black with #BFFBD6
Text Example
Text Example
White with #BFFBD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFBD6; }
p { color: rgb(191,251,214); }
H1.HeaderClassName
{
color: #BFFBD6;
}
.AnyTagClassName
{
color: #BFFBD6;
}
</style>
background-color css
<style>
a { background-color: #BFFBD6; }
a { background-color: rgb(191,251,214); }
div.DivClassName
{
background-color: #BFFBD6;
}
.BgClassName
{
background-color: #BFFBD6;
}
</style>
border-color css
<style>
span { border-color: #BFFBD6; }
span { border-color: rgb(191,251,214); }
td.TdClassName
{
border-color: #BFFBD6;
}
.TagClassName
{
border-color: #BFFBD6;
}
</style>