Shades of Granny Apple #BFEFC5
Tints of Granny Apple #BFEFC5
RGB
CMYK
RGB Variations
Color information
#BFEFC5 (or 0xBFEFC5) is known color: Granny Apple. HEX triplet: BF, EF and C5. RGB value is (191,239,197). Sum of RGB (Red+Green+Blue) = 191+239+197=627 (83% of max value = 765). Red value is 191 (75% from 255 or 30.46% from 627); Green value is 239 (93.75% from 255 or 38.12% from 627); Blue value is 197 (77.34% from 255 or 31.42% from 627); Max value from RGB is 239 - color contains mainly: green. Hex color #BFEFC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEFC5 is #40103A. Grayscale: #DBDBDB. Windows color (decimal): -4198459 or 12971967. OLE color: 12971967.
HSL color Cylindrical-coordinate representation of color #BFEFC5: hue angle of 127.5º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFEFC5 is Cyan = 0.20, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 191 | 239 | 197 | - |
| CMYK | 0.20 | 0 | 0.18 | 0.06 |
| HSL | 127.5º | 0.6% | 0.84% | - |
| HSV(B) | 127.5º | 0.2% | 0.94% | - |
| XYZ | 62.43 | 76.84 | 64.36 | - |
| YUV | 219.86 | 115.1 | 107.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 239 | 197 | 0.20 | 0 | 0.18 | 0.06 | 127.5 | 0.6 | 0.84 |
| Hex | BF | EF | C5 | 14 | 0 | 12 | 6 | 80 | 3C | 54 |
| Octal | 277 | 357 | 305 | 24 | 0 | 22 | 6 | 200 | 74 | 124 |
| Binary | 10111111 | 11101111 | 11000101 | 10100 | 0 | 10010 | 110 | 10000000 | 111100 | 1010100 |
Color Harmonies of #BFEFC5
Complementary color
Monochromatic Colors of #BFEFC5
Black with #BFEFC5
Text Example
Text Example
White with #BFEFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEFC5; }
p { color: rgb(191,239,197); }
H1.HeaderClassName
{
color: #BFEFC5;
}
.AnyTagClassName
{
color: #BFEFC5;
}
</style>
background-color css
<style>
a { background-color: #BFEFC5; }
a { background-color: rgb(191,239,197); }
div.DivClassName
{
background-color: #BFEFC5;
}
.BgClassName
{
background-color: #BFEFC5;
}
</style>
border-color css
<style>
span { border-color: #BFEFC5; }
span { border-color: rgb(191,239,197); }
td.TdClassName
{
border-color: #BFEFC5;
}
.TagClassName
{
border-color: #BFEFC5;
}
</style>