Shades of Granny Apple #BFEBC7
Tints of Granny Apple #BFEBC7
RGB
CMYK
RGB Variations
Color information
#BFEBC7 (or 0xBFEBC7) is known color: Granny Apple. HEX triplet: BF, EB and C7. RGB value is (191,235,199). Sum of RGB (Red+Green+Blue) = 191+235+199=625 (82% of max value = 765). Red value is 191 (75% from 255 or 30.56% from 625); Green value is 235 (92.19% from 255 or 37.6% from 625); Blue value is 199 (78.12% from 255 or 31.84% from 625); Max value from RGB is 235 - color contains mainly: green. Hex color #BFEBC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEBC7 is #401438. Grayscale: #D9D9D9. Windows color (decimal): -4199481 or 13102015. OLE color: 13102015.
HSL color Cylindrical-coordinate representation of color #BFEBC7: hue angle of 130.91º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFEBC7 is Cyan = 0.19, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 191 | 235 | 199 | - |
| CMYK | 0.19 | 0 | 0.15 | 0.08 |
| HSL | 130.91º | 0.52% | 0.84% | - |
| HSV(B) | 130.91º | 0.19% | 0.92% | - |
| XYZ | 61.5 | 74.62 | 65.19 | - |
| YUV | 217.74 | 117.42 | 108.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 235 | 199 | 0.19 | 0 | 0.15 | 0.08 | 130.91 | 0.52 | 0.84 |
| Hex | BF | EB | C7 | 13 | 0 | F | 8 | 83 | 34 | 54 |
| Octal | 277 | 353 | 307 | 23 | 0 | 17 | 10 | 203 | 64 | 124 |
| Binary | 10111111 | 11101011 | 11000111 | 10011 | 0 | 1111 | 1000 | 10000011 | 110100 | 1010100 |
Color Harmonies of #BFEBC7
Complementary color
Monochromatic Colors of #BFEBC7
Black with #BFEBC7
Text Example
Text Example
White with #BFEBC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEBC7; }
p { color: rgb(191,235,199); }
H1.HeaderClassName
{
color: #BFEBC7;
}
.AnyTagClassName
{
color: #BFEBC7;
}
</style>
background-color css
<style>
a { background-color: #BFEBC7; }
a { background-color: rgb(191,235,199); }
div.DivClassName
{
background-color: #BFEBC7;
}
.BgClassName
{
background-color: #BFEBC7;
}
</style>
border-color css
<style>
span { border-color: #BFEBC7; }
span { border-color: rgb(191,235,199); }
td.TdClassName
{
border-color: #BFEBC7;
}
.TagClassName
{
border-color: #BFEBC7;
}
</style>