Shades of Granny Apple #BFFAC0
Tints of Granny Apple #BFFAC0
RGB
CMYK
RGB Variations
Color information
#BFFAC0 (or 0xBFFAC0) is known color: Granny Apple. HEX triplet: BF, FA and C0. RGB value is (191,250,192). Sum of RGB (Red+Green+Blue) = 191+250+192=633 (83% of max value = 765). Red value is 191 (75% from 255 or 30.17% from 633); Green value is 250 (98.05% from 255 or 39.49% from 633); Blue value is 192 (75.39% from 255 or 30.33% from 633); Max value from RGB is 250 - color contains mainly: green. Hex color #BFFAC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFAC0 is #40053F. Grayscale: #E1E1E1. Windows color (decimal): -4195648 or 12647103. OLE color: 12647103.
HSL color Cylindrical-coordinate representation of color #BFFAC0: hue angle of 121.02º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BFFAC0 is Cyan = 0.24, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 250 | 192 | - |
| CMYK | 0.24 | 0 | 0.23 | 0.02 |
| HSL | 121.02º | 0.86% | 0.86% | - |
| HSV(B) | 121.02º | 0.24% | 0.98% | - |
| XYZ | 65.19 | 83.25 | 62.5 | - |
| YUV | 225.75 | 108.95 | 103.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 250 | 192 | 0.24 | 0 | 0.23 | 0.02 | 121.02 | 0.86 | 0.86 |
| Hex | BF | FA | C0 | 18 | 0 | 17 | 2 | 79 | 56 | 56 |
| Octal | 277 | 372 | 300 | 30 | 0 | 27 | 2 | 171 | 126 | 126 |
| Binary | 10111111 | 11111010 | 11000000 | 11000 | 0 | 10111 | 10 | 1111001 | 1010110 | 1010110 |
Color Harmonies of #BFFAC0
Complementary color
Monochromatic Colors of #BFFAC0
Black with #BFFAC0
Text Example
Text Example
White with #BFFAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFAC0; }
p { color: rgb(191,250,192); }
H1.HeaderClassName
{
color: #BFFAC0;
}
.AnyTagClassName
{
color: #BFFAC0;
}
</style>
background-color css
<style>
a { background-color: #BFFAC0; }
a { background-color: rgb(191,250,192); }
div.DivClassName
{
background-color: #BFFAC0;
}
.BgClassName
{
background-color: #BFFAC0;
}
</style>
border-color css
<style>
span { border-color: #BFFAC0; }
span { border-color: rgb(191,250,192); }
td.TdClassName
{
border-color: #BFFAC0;
}
.TagClassName
{
border-color: #BFFAC0;
}
</style>