Shades of Granny Apple #BFF6C8
Tints of Granny Apple #BFF6C8
RGB
CMYK
RGB Variations
Color information
#BFF6C8 (or 0xBFF6C8) is known color: Granny Apple. HEX triplet: BF, F6 and C8. RGB value is (191,246,200). Sum of RGB (Red+Green+Blue) = 191+246+200=637 (84% of max value = 765). Red value is 191 (75% from 255 or 29.98% from 637); Green value is 246 (96.48% from 255 or 38.62% from 637); Blue value is 200 (78.52% from 255 or 31.40% from 637); Max value from RGB is 246 - color contains mainly: green. Hex color #BFF6C8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF6C8 is #400937. Grayscale: #E0E0E0. Windows color (decimal): -4196664 or 13170367. OLE color: 13170367.
HSL color Cylindrical-coordinate representation of color #BFF6C8: hue angle of 129.82º 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 #BFF6C8 is Cyan = 0.22, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 191 | 246 | 200 | - |
| CMYK | 0.22 | 0 | 0.19 | 0.04 |
| HSL | 129.82º | 0.75% | 0.86% | - |
| HSV(B) | 129.82º | 0.22% | 0.96% | - |
| XYZ | 64.87 | 81.16 | 66.89 | - |
| YUV | 224.31 | 114.28 | 104.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 246 | 200 | 0.22 | 0 | 0.19 | 0.04 | 129.82 | 0.75 | 0.86 |
| Hex | BF | F6 | C8 | 16 | 0 | 13 | 4 | 82 | 4B | 56 |
| Octal | 277 | 366 | 310 | 26 | 0 | 23 | 4 | 202 | 113 | 126 |
| Binary | 10111111 | 11110110 | 11001000 | 10110 | 0 | 10011 | 100 | 10000010 | 1001011 | 1010110 |
Color Harmonies of #BFF6C8
Complementary color
Monochromatic Colors of #BFF6C8
Black with #BFF6C8
Text Example
Text Example
White with #BFF6C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF6C8; }
p { color: rgb(191,246,200); }
H1.HeaderClassName
{
color: #BFF6C8;
}
.AnyTagClassName
{
color: #BFF6C8;
}
</style>
background-color css
<style>
a { background-color: #BFF6C8; }
a { background-color: rgb(191,246,200); }
div.DivClassName
{
background-color: #BFF6C8;
}
.BgClassName
{
background-color: #BFF6C8;
}
</style>
border-color css
<style>
span { border-color: #BFF6C8; }
span { border-color: rgb(191,246,200); }
td.TdClassName
{
border-color: #BFF6C8;
}
.TagClassName
{
border-color: #BFF6C8;
}
</style>