Shades of Granny Apple #BFFFC8
Tints of Granny Apple #BFFFC8
RGB
CMYK
RGB Variations
Color information
#BFFFC8 (or 0xBFFFC8) is known color: Granny Apple. HEX triplet: BF, FF and C8. RGB value is (191,255,200). Sum of RGB (Red+Green+Blue) = 191+255+200=646 (85% of max value = 765). Red value is 191 (75% from 255 or 29.57% from 646); Green value is 255 (100% from 255 or 39.47% from 646); Blue value is 200 (78.52% from 255 or 30.96% from 646); Max value from RGB is 255 - color contains mainly: green. Hex color #BFFFC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFFC8 is #400037. Grayscale: #E5E5E5. Windows color (decimal): -4194360 or 13172671. OLE color: 13172671.
HSL color Cylindrical-coordinate representation of color #BFFFC8: hue angle of 128.44º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFFFC8 is Cyan = 0.25, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 191 | 255 | 200 | - |
| CMYK | 0.25 | 0 | 0.22 | 0 |
| HSL | 128.44º | 1% | 0.87% | - |
| HSV(B) | 128.44º | 0.25% | 1% | - |
| XYZ | 67.67 | 86.77 | 67.82 | - |
| YUV | 229.59 | 111.3 | 100.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 255 | 200 | 0.25 | 0 | 0.22 | 0 | 128.44 | 1 | 0.87 |
| Hex | BF | FF | C8 | 19 | 0 | 16 | 0 | 80 | 64 | 57 |
| Octal | 277 | 377 | 310 | 31 | 0 | 26 | 0 | 200 | 144 | 127 |
| Binary | 10111111 | 11111111 | 11001000 | 11001 | 0 | 10110 | 0 | 10000000 | 1100100 | 1010111 |
Color Harmonies of #BFFFC8
Complementary color
Monochromatic Colors of #BFFFC8
Black with #BFFFC8
Text Example
Text Example
White with #BFFFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFFC8; }
p { color: rgb(191,255,200); }
H1.HeaderClassName
{
color: #BFFFC8;
}
.AnyTagClassName
{
color: #BFFFC8;
}
</style>
background-color css
<style>
a { background-color: #BFFFC8; }
a { background-color: rgb(191,255,200); }
div.DivClassName
{
background-color: #BFFFC8;
}
.BgClassName
{
background-color: #BFFFC8;
}
</style>
border-color css
<style>
span { border-color: #BFFFC8; }
span { border-color: rgb(191,255,200); }
td.TdClassName
{
border-color: #BFFFC8;
}
.TagClassName
{
border-color: #BFFFC8;
}
</style>