Shades of Granny Apple #BFF9C2
Tints of Granny Apple #BFF9C2
RGB
CMYK
RGB Variations
Color information
#BFF9C2 (or 0xBFF9C2) is known color: Granny Apple. HEX triplet: BF, F9 and C2. RGB value is (191,249,194). Sum of RGB (Red+Green+Blue) = 191+249+194=634 (83% of max value = 765). Red value is 191 (75% from 255 or 30.13% from 634); Green value is 249 (97.66% from 255 or 39.27% from 634); Blue value is 194 (76.17% from 255 or 30.60% from 634); Max value from RGB is 249 - color contains mainly: green. Hex color #BFF9C2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF9C2 is #40063D. Grayscale: #E1E1E1. Windows color (decimal): -4195902 or 12777919. OLE color: 12777919.
HSL color Cylindrical-coordinate representation of color #BFF9C2: hue angle of 123.1º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BFF9C2 is Cyan = 0.23, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 249 | 194 | - |
| CMYK | 0.23 | 0 | 0.22 | 0.02 |
| HSL | 123.1º | 0.83% | 0.86% | - |
| HSV(B) | 123.1º | 0.23% | 0.98% | - |
| XYZ | 65.1 | 82.72 | 63.57 | - |
| YUV | 225.39 | 110.28 | 103.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 249 | 194 | 0.23 | 0 | 0.22 | 0.02 | 123.1 | 0.83 | 0.86 |
| Hex | BF | F9 | C2 | 17 | 0 | 16 | 2 | 7B | 53 | 56 |
| Octal | 277 | 371 | 302 | 27 | 0 | 26 | 2 | 173 | 123 | 126 |
| Binary | 10111111 | 11111001 | 11000010 | 10111 | 0 | 10110 | 10 | 1111011 | 1010011 | 1010110 |
Color Harmonies of #BFF9C2
Complementary color
Monochromatic Colors of #BFF9C2
Black with #BFF9C2
Text Example
Text Example
White with #BFF9C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF9C2; }
p { color: rgb(191,249,194); }
H1.HeaderClassName
{
color: #BFF9C2;
}
.AnyTagClassName
{
color: #BFF9C2;
}
</style>
background-color css
<style>
a { background-color: #BFF9C2; }
a { background-color: rgb(191,249,194); }
div.DivClassName
{
background-color: #BFF9C2;
}
.BgClassName
{
background-color: #BFF9C2;
}
</style>
border-color css
<style>
span { border-color: #BFF9C2; }
span { border-color: rgb(191,249,194); }
td.TdClassName
{
border-color: #BFF9C2;
}
.TagClassName
{
border-color: #BFF9C2;
}
</style>