Shades of Granny Apple #BFE4C5
Tints of Granny Apple #BFE4C5
RGB
CMYK
RGB Variations
Color information
#BFE4C5 (or 0xBFE4C5) is known color: Granny Apple. HEX triplet: BF, E4 and C5. RGB value is (191,228,197). Sum of RGB (Red+Green+Blue) = 191+228+197=616 (81% of max value = 765). Red value is 191 (75% from 255 or 31.01% from 616); Green value is 228 (89.45% from 255 or 37.01% from 616); Blue value is 197 (77.34% from 255 or 31.98% from 616); Max value from RGB is 228 - color contains mainly: green. Hex color #BFE4C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFE4C5 is #401B3A. Grayscale: #D5D5D5. Windows color (decimal): -4201275 or 12969151. OLE color: 12969151.
HSL color Cylindrical-coordinate representation of color #BFE4C5: hue angle of 129.73º 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 #BFE4C5 is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 228 | 197 | - |
| CMYK | 0.16 | 0 | 0.14 | 0.11 |
| HSL | 129.73º | 0.41% | 0.82% | - |
| HSV(B) | 129.73º | 0.16% | 0.89% | - |
| XYZ | 59.31 | 70.59 | 63.32 | - |
| YUV | 213.4 | 118.74 | 112.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 228 | 197 | 0.16 | 0 | 0.14 | 0.11 | 129.73 | 0.41 | 0.82 |
| Hex | BF | E4 | C5 | 10 | 0 | E | B | 82 | 29 | 52 |
| Octal | 277 | 344 | 305 | 20 | 0 | 16 | 13 | 202 | 51 | 122 |
| Binary | 10111111 | 11100100 | 11000101 | 10000 | 0 | 1110 | 1011 | 10000010 | 101001 | 1010010 |
Color Harmonies of #BFE4C5
Complementary color
Monochromatic Colors of #BFE4C5
Black with #BFE4C5
Text Example
Text Example
White with #BFE4C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE4C5; }
p { color: rgb(191,228,197); }
H1.HeaderClassName
{
color: #BFE4C5;
}
.AnyTagClassName
{
color: #BFE4C5;
}
</style>
background-color css
<style>
a { background-color: #BFE4C5; }
a { background-color: rgb(191,228,197); }
div.DivClassName
{
background-color: #BFE4C5;
}
.BgClassName
{
background-color: #BFE4C5;
}
</style>
border-color css
<style>
span { border-color: #BFE4C5; }
span { border-color: rgb(191,228,197); }
td.TdClassName
{
border-color: #BFE4C5;
}
.TagClassName
{
border-color: #BFE4C5;
}
</style>