Shades of Granny Apple #BFFBC2
Tints of Granny Apple #BFFBC2
RGB
CMYK
RGB Variations
Color information
#BFFBC2 (or 0xBFFBC2) is known color: Granny Apple. HEX triplet: BF, FB and C2. RGB value is (191,251,194). Sum of RGB (Red+Green+Blue) = 191+251+194=636 (84% of max value = 765). Red value is 191 (75% from 255 or 30.03% from 636); Green value is 251 (98.44% from 255 or 39.47% from 636); Blue value is 194 (76.17% from 255 or 30.50% from 636); Max value from RGB is 251 - color contains mainly: green. Hex color #BFFBC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFBC2 is #40043D. Grayscale: #E2E2E2. Windows color (decimal): -4195390 or 12778431. OLE color: 12778431.
HSL color Cylindrical-coordinate representation of color #BFFBC2: hue angle of 123º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BFFBC2 is Cyan = 0.24, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 251 | 194 | - |
| CMYK | 0.24 | 0 | 0.23 | 0.02 |
| HSL | 123º | 0.88% | 0.87% | - |
| HSV(B) | 123º | 0.24% | 0.98% | - |
| XYZ | 65.72 | 83.97 | 63.78 | - |
| YUV | 226.56 | 109.62 | 102.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 251 | 194 | 0.24 | 0 | 0.23 | 0.02 | 123 | 0.88 | 0.87 |
| Hex | BF | FB | C2 | 18 | 0 | 17 | 2 | 7B | 58 | 57 |
| Octal | 277 | 373 | 302 | 30 | 0 | 27 | 2 | 173 | 130 | 127 |
| Binary | 10111111 | 11111011 | 11000010 | 11000 | 0 | 10111 | 10 | 1111011 | 1011000 | 1010111 |
Color Harmonies of #BFFBC2
Complementary color
Monochromatic Colors of #BFFBC2
Black with #BFFBC2
Text Example
Text Example
White with #BFFBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFBC2; }
p { color: rgb(191,251,194); }
H1.HeaderClassName
{
color: #BFFBC2;
}
.AnyTagClassName
{
color: #BFFBC2;
}
</style>
background-color css
<style>
a { background-color: #BFFBC2; }
a { background-color: rgb(191,251,194); }
div.DivClassName
{
background-color: #BFFBC2;
}
.BgClassName
{
background-color: #BFFBC2;
}
</style>
border-color css
<style>
span { border-color: #BFFBC2; }
span { border-color: rgb(191,251,194); }
td.TdClassName
{
border-color: #BFFBC2;
}
.TagClassName
{
border-color: #BFFBC2;
}
</style>