Shades of Granny Apple #BFE4C8
Tints of Granny Apple #BFE4C8
RGB
CMYK
RGB Variations
Color information
#BFE4C8 (or 0xBFE4C8) is known color: Granny Apple. HEX triplet: BF, E4 and C8. RGB value is (191,228,200). Sum of RGB (Red+Green+Blue) = 191+228+200=619 (81% of max value = 765). Red value is 191 (75% from 255 or 30.86% from 619); Green value is 228 (89.45% from 255 or 36.83% from 619); Blue value is 200 (78.52% from 255 or 32.31% from 619); Max value from RGB is 228 - color contains mainly: green. Hex color #BFE4C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFE4C8 is #401B37. Grayscale: #D5D5D5. Windows color (decimal): -4201272 or 13165759. OLE color: 13165759.
HSL color Cylindrical-coordinate representation of color #BFE4C8: hue angle of 134.59º degrees, saturation: 0.41, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BFE4C8 is Cyan = 0.16, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 228 | 200 | - |
| CMYK | 0.16 | 0 | 0.12 | 0.11 |
| HSL | 134.59º | 0.41% | 0.82% | - |
| HSV(B) | 134.59º | 0.16% | 0.89% | - |
| XYZ | 59.65 | 70.73 | 65.15 | - |
| YUV | 213.75 | 120.24 | 111.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 228 | 200 | 0.16 | 0 | 0.12 | 0.11 | 134.59 | 0.41 | 0.82 |
| Hex | BF | E4 | C8 | 10 | 0 | C | B | 87 | 29 | 52 |
| Octal | 277 | 344 | 310 | 20 | 0 | 14 | 13 | 207 | 51 | 122 |
| Binary | 10111111 | 11100100 | 11001000 | 10000 | 0 | 1100 | 1011 | 10000111 | 101001 | 1010010 |
Color Harmonies of #BFE4C8
Complementary color
Monochromatic Colors of #BFE4C8
Black with #BFE4C8
Text Example
Text Example
White with #BFE4C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE4C8; }
p { color: rgb(191,228,200); }
H1.HeaderClassName
{
color: #BFE4C8;
}
.AnyTagClassName
{
color: #BFE4C8;
}
</style>
background-color css
<style>
a { background-color: #BFE4C8; }
a { background-color: rgb(191,228,200); }
div.DivClassName
{
background-color: #BFE4C8;
}
.BgClassName
{
background-color: #BFE4C8;
}
</style>
border-color css
<style>
span { border-color: #BFE4C8; }
span { border-color: rgb(191,228,200); }
td.TdClassName
{
border-color: #BFE4C8;
}
.TagClassName
{
border-color: #BFE4C8;
}
</style>