Shades of Granny Apple #BFF7CF
Tints of Granny Apple #BFF7CF
RGB
CMYK
RGB Variations
Color information
#BFF7CF (or 0xBFF7CF) is known color: Granny Apple. HEX triplet: BF, F7 and CF. RGB value is (191,247,207). Sum of RGB (Red+Green+Blue) = 191+247+207=645 (85% of max value = 765). Red value is 191 (75% from 255 or 29.61% from 645); Green value is 247 (96.88% from 255 or 38.29% from 645); Blue value is 207 (81.25% from 255 or 32.09% from 645); Max value from RGB is 247 - color contains mainly: green. Hex color #BFF7CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF7CF is #400830. Grayscale: #E1E1E1. Windows color (decimal): -4196401 or 13629375. OLE color: 13629375.
HSL color Cylindrical-coordinate representation of color #BFF7CF: hue angle of 137.14º degrees, saturation: 0.78, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BFF7CF is Cyan = 0.23, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 191 | 247 | 207 | - |
| CMYK | 0.23 | 0 | 0.16 | 0.03 |
| HSL | 137.14º | 0.78% | 0.86% | - |
| HSV(B) | 137.14º | 0.23% | 0.97% | - |
| XYZ | 66.01 | 82.1 | 71.4 | - |
| YUV | 225.7 | 117.45 | 103.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 247 | 207 | 0.23 | 0 | 0.16 | 0.03 | 137.14 | 0.78 | 0.86 |
| Hex | BF | F7 | CF | 17 | 0 | 10 | 3 | 89 | 4E | 56 |
| Octal | 277 | 367 | 317 | 27 | 0 | 20 | 3 | 211 | 116 | 126 |
| Binary | 10111111 | 11110111 | 11001111 | 10111 | 0 | 10000 | 11 | 10001001 | 1001110 | 1010110 |
Color Harmonies of #BFF7CF
Complementary color
Monochromatic Colors of #BFF7CF
Black with #BFF7CF
Text Example
Text Example
White with #BFF7CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF7CF; }
p { color: rgb(191,247,207); }
H1.HeaderClassName
{
color: #BFF7CF;
}
.AnyTagClassName
{
color: #BFF7CF;
}
</style>
background-color css
<style>
a { background-color: #BFF7CF; }
a { background-color: rgb(191,247,207); }
div.DivClassName
{
background-color: #BFF7CF;
}
.BgClassName
{
background-color: #BFF7CF;
}
</style>
border-color css
<style>
span { border-color: #BFF7CF; }
span { border-color: rgb(191,247,207); }
td.TdClassName
{
border-color: #BFF7CF;
}
.TagClassName
{
border-color: #BFF7CF;
}
</style>