Shades of Granny Apple #BFEBC5
Tints of Granny Apple #BFEBC5
RGB
CMYK
RGB Variations
Color information
#BFEBC5 (or 0xBFEBC5) is known color: Granny Apple. HEX triplet: BF, EB and C5. RGB value is (191,235,197). Sum of RGB (Red+Green+Blue) = 191+235+197=623 (82% of max value = 765). Red value is 191 (75% from 255 or 30.66% from 623); Green value is 235 (92.19% from 255 or 37.72% from 623); Blue value is 197 (77.34% from 255 or 31.62% from 623); Max value from RGB is 235 - color contains mainly: green. Hex color #BFEBC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEBC5 is #40143A. Grayscale: #D9D9D9. Windows color (decimal): -4199483 or 12970943. OLE color: 12970943.
HSL color Cylindrical-coordinate representation of color #BFEBC5: hue angle of 128.18º 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 #BFEBC5 is Cyan = 0.19, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 191 | 235 | 197 | - |
| CMYK | 0.19 | 0 | 0.16 | 0.08 |
| HSL | 128.18º | 0.52% | 0.84% | - |
| HSV(B) | 128.18º | 0.19% | 0.92% | - |
| XYZ | 61.27 | 74.52 | 63.98 | - |
| YUV | 217.51 | 116.42 | 109.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 235 | 197 | 0.19 | 0 | 0.16 | 0.08 | 128.18 | 0.52 | 0.84 |
| Hex | BF | EB | C5 | 13 | 0 | 10 | 8 | 80 | 34 | 54 |
| Octal | 277 | 353 | 305 | 23 | 0 | 20 | 10 | 200 | 64 | 124 |
| Binary | 10111111 | 11101011 | 11000101 | 10011 | 0 | 10000 | 1000 | 10000000 | 110100 | 1010100 |
Color Harmonies of #BFEBC5
Complementary color
Monochromatic Colors of #BFEBC5
Black with #BFEBC5
Text Example
Text Example
White with #BFEBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEBC5; }
p { color: rgb(191,235,197); }
H1.HeaderClassName
{
color: #BFEBC5;
}
.AnyTagClassName
{
color: #BFEBC5;
}
</style>
background-color css
<style>
a { background-color: #BFEBC5; }
a { background-color: rgb(191,235,197); }
div.DivClassName
{
background-color: #BFEBC5;
}
.BgClassName
{
background-color: #BFEBC5;
}
</style>
border-color css
<style>
span { border-color: #BFEBC5; }
span { border-color: rgb(191,235,197); }
td.TdClassName
{
border-color: #BFEBC5;
}
.TagClassName
{
border-color: #BFEBC5;
}
</style>