Shades of Granny Apple #BFEDC6
Tints of Granny Apple #BFEDC6
RGB
CMYK
RGB Variations
Color information
#BFEDC6 (or 0xBFEDC6) is known color: Granny Apple. HEX triplet: BF, ED and C6. RGB value is (191,237,198). Sum of RGB (Red+Green+Blue) = 191+237+198=626 (82% of max value = 765). Red value is 191 (75% from 255 or 30.51% from 626); Green value is 237 (92.97% from 255 or 37.86% from 626); Blue value is 198 (77.73% from 255 or 31.63% from 626); Max value from RGB is 237 - color contains mainly: green. Hex color #BFEDC6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEDC6 is #401239. Grayscale: #DADADA. Windows color (decimal): -4198970 or 13036991. OLE color: 13036991.
HSL color Cylindrical-coordinate representation of color #BFEDC6: hue angle of 129.13º degrees, saturation: 0.56, 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 #BFEDC6 is Cyan = 0.19, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 237 | 198 | - |
| CMYK | 0.19 | 0 | 0.16 | 0.07 |
| HSL | 129.13º | 0.56% | 0.84% | - |
| HSV(B) | 129.13º | 0.19% | 0.93% | - |
| XYZ | 61.96 | 75.72 | 64.78 | - |
| YUV | 218.8 | 116.26 | 108.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 237 | 198 | 0.19 | 0 | 0.16 | 0.07 | 129.13 | 0.56 | 0.84 |
| Hex | BF | ED | C6 | 13 | 0 | 10 | 7 | 81 | 38 | 54 |
| Octal | 277 | 355 | 306 | 23 | 0 | 20 | 7 | 201 | 70 | 124 |
| Binary | 10111111 | 11101101 | 11000110 | 10011 | 0 | 10000 | 111 | 10000001 | 111000 | 1010100 |
Color Harmonies of #BFEDC6
Complementary color
Monochromatic Colors of #BFEDC6
Black with #BFEDC6
Text Example
Text Example
White with #BFEDC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEDC6; }
p { color: rgb(191,237,198); }
H1.HeaderClassName
{
color: #BFEDC6;
}
.AnyTagClassName
{
color: #BFEDC6;
}
</style>
background-color css
<style>
a { background-color: #BFEDC6; }
a { background-color: rgb(191,237,198); }
div.DivClassName
{
background-color: #BFEDC6;
}
.BgClassName
{
background-color: #BFEDC6;
}
</style>
border-color css
<style>
span { border-color: #BFEDC6; }
span { border-color: rgb(191,237,198); }
td.TdClassName
{
border-color: #BFEDC6;
}
.TagClassName
{
border-color: #BFEDC6;
}
</style>