Shades of Granny Apple #BFF1C7
Tints of Granny Apple #BFF1C7
RGB
CMYK
RGB Variations
Color information
#BFF1C7 (or 0xBFF1C7) is known color: Granny Apple. HEX triplet: BF, F1 and C7. RGB value is (191,241,199). Sum of RGB (Red+Green+Blue) = 191+241+199=631 (83% of max value = 765). Red value is 191 (75% from 255 or 30.27% from 631); Green value is 241 (94.53% from 255 or 38.19% from 631); Blue value is 199 (78.12% from 255 or 31.54% from 631); Max value from RGB is 241 - color contains mainly: green. Hex color #BFF1C7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF1C7 is #400E38. Grayscale: #DDDDDD. Windows color (decimal): -4197945 or 13103551. OLE color: 13103551.
HSL color Cylindrical-coordinate representation of color #BFF1C7: hue angle of 129.6º degrees, saturation: 0.64, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BFF1C7 is Cyan = 0.21, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 241 | 199 | - |
| CMYK | 0.21 | 0 | 0.17 | 0.05 |
| HSL | 129.6º | 0.64% | 0.85% | - |
| HSV(B) | 129.6º | 0.21% | 0.95% | - |
| XYZ | 63.25 | 78.11 | 65.78 | - |
| YUV | 221.26 | 115.44 | 106.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 241 | 199 | 0.21 | 0 | 0.17 | 0.05 | 129.6 | 0.64 | 0.85 |
| Hex | BF | F1 | C7 | 15 | 0 | 11 | 5 | 82 | 40 | 55 |
| Octal | 277 | 361 | 307 | 25 | 0 | 21 | 5 | 202 | 100 | 125 |
| Binary | 10111111 | 11110001 | 11000111 | 10101 | 0 | 10001 | 101 | 10000010 | 1000000 | 1010101 |
Color Harmonies of #BFF1C7
Complementary color
Monochromatic Colors of #BFF1C7
Black with #BFF1C7
Text Example
Text Example
White with #BFF1C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF1C7; }
p { color: rgb(191,241,199); }
H1.HeaderClassName
{
color: #BFF1C7;
}
.AnyTagClassName
{
color: #BFF1C7;
}
</style>
background-color css
<style>
a { background-color: #BFF1C7; }
a { background-color: rgb(191,241,199); }
div.DivClassName
{
background-color: #BFF1C7;
}
.BgClassName
{
background-color: #BFF1C7;
}
</style>
border-color css
<style>
span { border-color: #BFF1C7; }
span { border-color: rgb(191,241,199); }
td.TdClassName
{
border-color: #BFF1C7;
}
.TagClassName
{
border-color: #BFF1C7;
}
</style>