Shades of Granny Apple #BFFACA
Tints of Granny Apple #BFFACA
RGB
CMYK
RGB Variations
Color information
#BFFACA (or 0xBFFACA) is known color: Granny Apple. HEX triplet: BF, FA and CA. RGB value is (191,250,202). Sum of RGB (Red+Green+Blue) = 191+250+202=643 (85% of max value = 765). Red value is 191 (75% from 255 or 29.70% from 643); Green value is 250 (98.05% from 255 or 38.88% from 643); Blue value is 202 (79.30% from 255 or 31.42% from 643); Max value from RGB is 250 - color contains mainly: green. Hex color #BFFACA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFACA is #400535. Grayscale: #E3E3E3. Windows color (decimal): -4195638 or 13302463. OLE color: 13302463.
HSL color Cylindrical-coordinate representation of color #BFFACA: hue angle of 131.19º 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 #BFFACA is Cyan = 0.24, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 250 | 202 | - |
| CMYK | 0.24 | 0 | 0.19 | 0.02 |
| HSL | 131.19º | 0.86% | 0.86% | - |
| HSV(B) | 131.19º | 0.24% | 0.98% | - |
| XYZ | 66.33 | 83.71 | 68.54 | - |
| YUV | 226.89 | 113.95 | 102.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 250 | 202 | 0.24 | 0 | 0.19 | 0.02 | 131.19 | 0.86 | 0.86 |
| Hex | BF | FA | CA | 18 | 0 | 13 | 2 | 83 | 56 | 56 |
| Octal | 277 | 372 | 312 | 30 | 0 | 23 | 2 | 203 | 126 | 126 |
| Binary | 10111111 | 11111010 | 11001010 | 11000 | 0 | 10011 | 10 | 10000011 | 1010110 | 1010110 |
Color Harmonies of #BFFACA
Complementary color
Monochromatic Colors of #BFFACA
Black with #BFFACA
Text Example
Text Example
White with #BFFACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFACA; }
p { color: rgb(191,250,202); }
H1.HeaderClassName
{
color: #BFFACA;
}
.AnyTagClassName
{
color: #BFFACA;
}
</style>
background-color css
<style>
a { background-color: #BFFACA; }
a { background-color: rgb(191,250,202); }
div.DivClassName
{
background-color: #BFFACA;
}
.BgClassName
{
background-color: #BFFACA;
}
</style>
border-color css
<style>
span { border-color: #BFFACA; }
span { border-color: rgb(191,250,202); }
td.TdClassName
{
border-color: #BFFACA;
}
.TagClassName
{
border-color: #BFFACA;
}
</style>