Shades of Granny Apple #BFECC7
Tints of Granny Apple #BFECC7
RGB
CMYK
RGB Variations
Color information
#BFECC7 (or 0xBFECC7) is known color: Granny Apple. HEX triplet: BF, EC and C7. RGB value is (191,236,199). Sum of RGB (Red+Green+Blue) = 191+236+199=626 (82% of max value = 765). Red value is 191 (75% from 255 or 30.51% from 626); Green value is 236 (92.58% from 255 or 37.70% from 626); Blue value is 199 (78.12% from 255 or 31.79% from 626); Max value from RGB is 236 - color contains mainly: green. Hex color #BFECC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFECC7 is #401338. Grayscale: #DADADA. Windows color (decimal): -4199225 or 13102271. OLE color: 13102271.
HSL color Cylindrical-coordinate representation of color #BFECC7: hue angle of 130.67º degrees, saturation: 0.54, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFECC7 is Cyan = 0.19, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 236 | 199 | - |
| CMYK | 0.19 | 0 | 0.16 | 0.07 |
| HSL | 130.67º | 0.54% | 0.84% | - |
| HSV(B) | 130.67º | 0.19% | 0.93% | - |
| XYZ | 61.79 | 75.19 | 65.29 | - |
| YUV | 218.33 | 117.09 | 108.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 236 | 199 | 0.19 | 0 | 0.16 | 0.07 | 130.67 | 0.54 | 0.84 |
| Hex | BF | EC | C7 | 13 | 0 | 10 | 7 | 83 | 36 | 54 |
| Octal | 277 | 354 | 307 | 23 | 0 | 20 | 7 | 203 | 66 | 124 |
| Binary | 10111111 | 11101100 | 11000111 | 10011 | 0 | 10000 | 111 | 10000011 | 110110 | 1010100 |
Color Harmonies of #BFECC7
Complementary color
Monochromatic Colors of #BFECC7
Black with #BFECC7
Text Example
Text Example
White with #BFECC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFECC7; }
p { color: rgb(191,236,199); }
H1.HeaderClassName
{
color: #BFECC7;
}
.AnyTagClassName
{
color: #BFECC7;
}
</style>
background-color css
<style>
a { background-color: #BFECC7; }
a { background-color: rgb(191,236,199); }
div.DivClassName
{
background-color: #BFECC7;
}
.BgClassName
{
background-color: #BFECC7;
}
</style>
border-color css
<style>
span { border-color: #BFECC7; }
span { border-color: rgb(191,236,199); }
td.TdClassName
{
border-color: #BFECC7;
}
.TagClassName
{
border-color: #BFECC7;
}
</style>