Shades of Granny Apple #BFF2C7
Tints of Granny Apple #BFF2C7
RGB
CMYK
RGB Variations
Color information
#BFF2C7 (or 0xBFF2C7) is known color: Granny Apple. HEX triplet: BF, F2 and C7. RGB value is (191,242,199). Sum of RGB (Red+Green+Blue) = 191+242+199=632 (83% of max value = 765). Red value is 191 (75% from 255 or 30.22% from 632); Green value is 242 (94.92% from 255 or 38.29% from 632); Blue value is 199 (78.12% from 255 or 31.49% from 632); Max value from RGB is 242 - color contains mainly: green. Hex color #BFF2C7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF2C7 is #400D38. Grayscale: #DDDDDD. Windows color (decimal): -4197689 or 13103807. OLE color: 13103807.
HSL color Cylindrical-coordinate representation of color #BFF2C7: hue angle of 129.41º degrees, saturation: 0.66, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BFF2C7 is Cyan = 0.21, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 242 | 199 | - |
| CMYK | 0.21 | 0 | 0.18 | 0.05 |
| HSL | 129.41º | 0.66% | 0.85% | - |
| HSV(B) | 129.41º | 0.21% | 0.95% | - |
| XYZ | 63.55 | 78.7 | 65.87 | - |
| YUV | 221.85 | 115.1 | 106 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 242 | 199 | 0.21 | 0 | 0.18 | 0.05 | 129.41 | 0.66 | 0.85 |
| Hex | BF | F2 | C7 | 15 | 0 | 12 | 5 | 81 | 42 | 55 |
| Octal | 277 | 362 | 307 | 25 | 0 | 22 | 5 | 201 | 102 | 125 |
| Binary | 10111111 | 11110010 | 11000111 | 10101 | 0 | 10010 | 101 | 10000001 | 1000010 | 1010101 |
Color Harmonies of #BFF2C7
Complementary color
Monochromatic Colors of #BFF2C7
Black with #BFF2C7
Text Example
Text Example
White with #BFF2C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF2C7; }
p { color: rgb(191,242,199); }
H1.HeaderClassName
{
color: #BFF2C7;
}
.AnyTagClassName
{
color: #BFF2C7;
}
</style>
background-color css
<style>
a { background-color: #BFF2C7; }
a { background-color: rgb(191,242,199); }
div.DivClassName
{
background-color: #BFF2C7;
}
.BgClassName
{
background-color: #BFF2C7;
}
</style>
border-color css
<style>
span { border-color: #BFF2C7; }
span { border-color: rgb(191,242,199); }
td.TdClassName
{
border-color: #BFF2C7;
}
.TagClassName
{
border-color: #BFF2C7;
}
</style>