Shades of Granny Apple #BFFAC1
Tints of Granny Apple #BFFAC1
RGB
CMYK
RGB Variations
Color information
#BFFAC1 (or 0xBFFAC1) is known color: Granny Apple. HEX triplet: BF, FA and C1. RGB value is (191,250,193). Sum of RGB (Red+Green+Blue) = 191+250+193=634 (83% of max value = 765). Red value is 191 (75% from 255 or 30.13% from 634); Green value is 250 (98.05% from 255 or 39.43% from 634); Blue value is 193 (75.78% from 255 or 30.44% from 634); Max value from RGB is 250 - color contains mainly: green. Hex color #BFFAC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFAC1 is #40053E. Grayscale: #E2E2E2. Windows color (decimal): -4195647 or 12712639. OLE color: 12712639.
HSL color Cylindrical-coordinate representation of color #BFFAC1: hue angle of 122.03º 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 #BFFAC1 is Cyan = 0.24, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 250 | 193 | - |
| CMYK | 0.24 | 0 | 0.23 | 0.02 |
| HSL | 122.03º | 0.86% | 0.86% | - |
| HSV(B) | 122.03º | 0.24% | 0.98% | - |
| XYZ | 65.3 | 83.3 | 63.09 | - |
| YUV | 225.86 | 109.45 | 103.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 250 | 193 | 0.24 | 0 | 0.23 | 0.02 | 122.03 | 0.86 | 0.86 |
| Hex | BF | FA | C1 | 18 | 0 | 17 | 2 | 7A | 56 | 56 |
| Octal | 277 | 372 | 301 | 30 | 0 | 27 | 2 | 172 | 126 | 126 |
| Binary | 10111111 | 11111010 | 11000001 | 11000 | 0 | 10111 | 10 | 1111010 | 1010110 | 1010110 |
Color Harmonies of #BFFAC1
Complementary color
Monochromatic Colors of #BFFAC1
Black with #BFFAC1
Text Example
Text Example
White with #BFFAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFAC1; }
p { color: rgb(191,250,193); }
H1.HeaderClassName
{
color: #BFFAC1;
}
.AnyTagClassName
{
color: #BFFAC1;
}
</style>
background-color css
<style>
a { background-color: #BFFAC1; }
a { background-color: rgb(191,250,193); }
div.DivClassName
{
background-color: #BFFAC1;
}
.BgClassName
{
background-color: #BFFAC1;
}
</style>
border-color css
<style>
span { border-color: #BFFAC1; }
span { border-color: rgb(191,250,193); }
td.TdClassName
{
border-color: #BFFAC1;
}
.TagClassName
{
border-color: #BFFAC1;
}
</style>