Shades of Granny Apple #BFF6C7
Tints of Granny Apple #BFF6C7
RGB
CMYK
RGB Variations
Color information
#BFF6C7 (or 0xBFF6C7) is known color: Granny Apple. HEX triplet: BF, F6 and C7. RGB value is (191,246,199). Sum of RGB (Red+Green+Blue) = 191+246+199=636 (84% of max value = 765). Red value is 191 (75% from 255 or 30.03% from 636); Green value is 246 (96.48% from 255 or 38.68% from 636); Blue value is 199 (78.12% from 255 or 31.29% from 636); Max value from RGB is 246 - color contains mainly: green. Hex color #BFF6C7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF6C7 is #400938. Grayscale: #E0E0E0. Windows color (decimal): -4196665 or 13104831. OLE color: 13104831.
HSL color Cylindrical-coordinate representation of color #BFF6C7: hue angle of 128.73º 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 #BFF6C7 is Cyan = 0.22, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 191 | 246 | 199 | - |
| CMYK | 0.22 | 0 | 0.19 | 0.04 |
| HSL | 128.73º | 0.75% | 0.86% | - |
| HSV(B) | 128.73º | 0.22% | 0.96% | - |
| XYZ | 64.75 | 81.11 | 66.28 | - |
| YUV | 224.2 | 113.78 | 104.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 246 | 199 | 0.22 | 0 | 0.19 | 0.04 | 128.73 | 0.75 | 0.86 |
| Hex | BF | F6 | C7 | 16 | 0 | 13 | 4 | 81 | 4B | 56 |
| Octal | 277 | 366 | 307 | 26 | 0 | 23 | 4 | 201 | 113 | 126 |
| Binary | 10111111 | 11110110 | 11000111 | 10110 | 0 | 10011 | 100 | 10000001 | 1001011 | 1010110 |
Color Harmonies of #BFF6C7
Complementary color
Monochromatic Colors of #BFF6C7
Black with #BFF6C7
Text Example
Text Example
White with #BFF6C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF6C7; }
p { color: rgb(191,246,199); }
H1.HeaderClassName
{
color: #BFF6C7;
}
.AnyTagClassName
{
color: #BFF6C7;
}
</style>
background-color css
<style>
a { background-color: #BFF6C7; }
a { background-color: rgb(191,246,199); }
div.DivClassName
{
background-color: #BFF6C7;
}
.BgClassName
{
background-color: #BFF6C7;
}
</style>
border-color css
<style>
span { border-color: #BFF6C7; }
span { border-color: rgb(191,246,199); }
td.TdClassName
{
border-color: #BFF6C7;
}
.TagClassName
{
border-color: #BFF6C7;
}
</style>