Shades of Aero Blue #BFF6D7
Tints of Aero Blue #BFF6D7
RGB
CMYK
RGB Variations
Color information
#BFF6D7 (or 0xBFF6D7) is known color: Aero Blue. HEX triplet: BF, F6 and D7. RGB value is (191,246,215). Sum of RGB (Red+Green+Blue) = 191+246+215=652 (86% of max value = 765). Red value is 191 (75% from 255 or 29.29% from 652); Green value is 246 (96.48% from 255 or 37.73% from 652); Blue value is 215 (84.38% from 255 or 32.98% from 652); Max value from RGB is 246 - color contains mainly: green. Hex color #BFF6D7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF6D7 is #400928. Grayscale: #E2E2E2. Windows color (decimal): -4196649 or 14153407. OLE color: 14153407.
HSL color Cylindrical-coordinate representation of color #BFF6D7: hue angle of 146.18º degrees, saturation: 0.75, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BFF6D7 is Cyan = 0.22, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 191 | 246 | 215 | - |
| CMYK | 0.22 | 0 | 0.13 | 0.04 |
| HSL | 146.18º | 0.75% | 0.86% | - |
| HSV(B) | 146.18º | 0.22% | 0.96% | - |
| XYZ | 66.71 | 81.89 | 76.58 | - |
| YUV | 226.02 | 121.78 | 103.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 246 | 215 | 0.22 | 0 | 0.13 | 0.04 | 146.18 | 0.75 | 0.86 |
| Hex | BF | F6 | D7 | 16 | 0 | D | 4 | 92 | 4B | 56 |
| Octal | 277 | 366 | 327 | 26 | 0 | 15 | 4 | 222 | 113 | 126 |
| Binary | 10111111 | 11110110 | 11010111 | 10110 | 0 | 1101 | 100 | 10010010 | 1001011 | 1010110 |
Color Harmonies of #BFF6D7
Complementary color
Monochromatic Colors of #BFF6D7
Black with #BFF6D7
Text Example
Text Example
White with #BFF6D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF6D7; }
p { color: rgb(191,246,215); }
H1.HeaderClassName
{
color: #BFF6D7;
}
.AnyTagClassName
{
color: #BFF6D7;
}
</style>
background-color css
<style>
a { background-color: #BFF6D7; }
a { background-color: rgb(191,246,215); }
div.DivClassName
{
background-color: #BFF6D7;
}
.BgClassName
{
background-color: #BFF6D7;
}
</style>
border-color css
<style>
span { border-color: #BFF6D7; }
span { border-color: rgb(191,246,215); }
td.TdClassName
{
border-color: #BFF6D7;
}
.TagClassName
{
border-color: #BFF6D7;
}
</style>