Shades of Granny Apple #BFFDC0
Tints of Granny Apple #BFFDC0
RGB
CMYK
RGB Variations
Color information
#BFFDC0 (or 0xBFFDC0) is known color: Granny Apple. HEX triplet: BF, FD and C0. RGB value is (191,253,192). Sum of RGB (Red+Green+Blue) = 191+253+192=636 (84% of max value = 765). Red value is 191 (75% from 255 or 30.03% from 636); Green value is 253 (99.22% from 255 or 39.78% from 636); Blue value is 192 (75.39% from 255 or 30.19% from 636); Max value from RGB is 253 - color contains mainly: green. Hex color #BFFDC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFDC0 is #40023F. Grayscale: #E3E3E3. Windows color (decimal): -4194880 or 12647871. OLE color: 12647871.
HSL color Cylindrical-coordinate representation of color #BFFDC0: hue angle of 120.97º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFFDC0 is Cyan = 0.25, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 191 | 253 | 192 | - |
| CMYK | 0.25 | 0 | 0.24 | 0.01 |
| HSL | 120.97º | 0.94% | 0.87% | - |
| HSV(B) | 120.97º | 0.25% | 0.99% | - |
| XYZ | 66.13 | 85.13 | 62.82 | - |
| YUV | 227.51 | 107.96 | 101.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 253 | 192 | 0.25 | 0 | 0.24 | 0.01 | 120.97 | 0.94 | 0.87 |
| Hex | BF | FD | C0 | 19 | 0 | 18 | 1 | 79 | 5E | 57 |
| Octal | 277 | 375 | 300 | 31 | 0 | 30 | 1 | 171 | 136 | 127 |
| Binary | 10111111 | 11111101 | 11000000 | 11001 | 0 | 11000 | 1 | 1111001 | 1011110 | 1010111 |
Color Harmonies of #BFFDC0
Complementary color
Monochromatic Colors of #BFFDC0
Black with #BFFDC0
Text Example
Text Example
White with #BFFDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFDC0; }
p { color: rgb(191,253,192); }
H1.HeaderClassName
{
color: #BFFDC0;
}
.AnyTagClassName
{
color: #BFFDC0;
}
</style>
background-color css
<style>
a { background-color: #BFFDC0; }
a { background-color: rgb(191,253,192); }
div.DivClassName
{
background-color: #BFFDC0;
}
.BgClassName
{
background-color: #BFFDC0;
}
</style>
border-color css
<style>
span { border-color: #BFFDC0; }
span { border-color: rgb(191,253,192); }
td.TdClassName
{
border-color: #BFFDC0;
}
.TagClassName
{
border-color: #BFFDC0;
}
</style>