Shades of Granny Apple #BFF8C8
Tints of Granny Apple #BFF8C8
RGB
CMYK
RGB Variations
Color information
#BFF8C8 (or 0xBFF8C8) is known color: Granny Apple. HEX triplet: BF, F8 and C8. RGB value is (191,248,200). Sum of RGB (Red+Green+Blue) = 191+248+200=639 (84% of max value = 765). Red value is 191 (75% from 255 or 29.89% from 639); Green value is 248 (97.27% from 255 or 38.81% from 639); Blue value is 200 (78.52% from 255 or 31.30% from 639); Max value from RGB is 248 - color contains mainly: green. Hex color #BFF8C8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF8C8 is #400737. Grayscale: #E1E1E1. Windows color (decimal): -4196152 or 13170879. OLE color: 13170879.
HSL color Cylindrical-coordinate representation of color #BFF8C8: hue angle of 129.47º degrees, saturation: 0.8, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BFF8C8 is Cyan = 0.23, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 191 | 248 | 200 | - |
| CMYK | 0.23 | 0 | 0.19 | 0.03 |
| HSL | 129.47º | 0.8% | 0.86% | - |
| HSV(B) | 129.47º | 0.23% | 0.97% | - |
| XYZ | 65.48 | 82.38 | 67.09 | - |
| YUV | 225.49 | 113.62 | 103.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 248 | 200 | 0.23 | 0 | 0.19 | 0.03 | 129.47 | 0.8 | 0.86 |
| Hex | BF | F8 | C8 | 17 | 0 | 13 | 3 | 81 | 50 | 56 |
| Octal | 277 | 370 | 310 | 27 | 0 | 23 | 3 | 201 | 120 | 126 |
| Binary | 10111111 | 11111000 | 11001000 | 10111 | 0 | 10011 | 11 | 10000001 | 1010000 | 1010110 |
Color Harmonies of #BFF8C8
Complementary color
Monochromatic Colors of #BFF8C8
Black with #BFF8C8
Text Example
Text Example
White with #BFF8C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF8C8; }
p { color: rgb(191,248,200); }
H1.HeaderClassName
{
color: #BFF8C8;
}
.AnyTagClassName
{
color: #BFF8C8;
}
</style>
background-color css
<style>
a { background-color: #BFF8C8; }
a { background-color: rgb(191,248,200); }
div.DivClassName
{
background-color: #BFF8C8;
}
.BgClassName
{
background-color: #BFF8C8;
}
</style>
border-color css
<style>
span { border-color: #BFF8C8; }
span { border-color: rgb(191,248,200); }
td.TdClassName
{
border-color: #BFF8C8;
}
.TagClassName
{
border-color: #BFF8C8;
}
</style>