Shades of Granny Apple #BFFFC5
Tints of Granny Apple #BFFFC5
RGB
CMYK
RGB Variations
Color information
#BFFFC5 (or 0xBFFFC5) is known color: Granny Apple. HEX triplet: BF, FF and C5. RGB value is (191,255,197). Sum of RGB (Red+Green+Blue) = 191+255+197=643 (85% of max value = 765). Red value is 191 (75% from 255 or 29.70% from 643); Green value is 255 (100% from 255 or 39.66% from 643); Blue value is 197 (77.34% from 255 or 30.64% from 643); Max value from RGB is 255 - color contains mainly: green. Hex color #BFFFC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFFC5 is #40003A. Grayscale: #E5E5E5. Windows color (decimal): -4194363 or 12976063. OLE color: 12976063.
HSL color Cylindrical-coordinate representation of color #BFFFC5: hue angle of 125.62º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFFFC5 is Cyan = 0.25, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 191 | 255 | 197 | - |
| CMYK | 0.25 | 0 | 0.23 | 0 |
| HSL | 125.63º | 1% | 0.87% | - |
| HSV(B) | 125.63º | 0.25% | 1% | - |
| XYZ | 67.32 | 86.63 | 66 | - |
| YUV | 229.25 | 109.8 | 100.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 255 | 197 | 0.25 | 0 | 0.23 | 0 | 125.63 | 1 | 0.87 |
| Hex | BF | FF | C5 | 19 | 0 | 17 | 0 | 7E | 64 | 57 |
| Octal | 277 | 377 | 305 | 31 | 0 | 27 | 0 | 176 | 144 | 127 |
| Binary | 10111111 | 11111111 | 11000101 | 11001 | 0 | 10111 | 0 | 1111110 | 1100100 | 1010111 |
Color Harmonies of #BFFFC5
Complementary color
Monochromatic Colors of #BFFFC5
Black with #BFFFC5
Text Example
Text Example
White with #BFFFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFFC5; }
p { color: rgb(191,255,197); }
H1.HeaderClassName
{
color: #BFFFC5;
}
.AnyTagClassName
{
color: #BFFFC5;
}
</style>
background-color css
<style>
a { background-color: #BFFFC5; }
a { background-color: rgb(191,255,197); }
div.DivClassName
{
background-color: #BFFFC5;
}
.BgClassName
{
background-color: #BFFFC5;
}
</style>
border-color css
<style>
span { border-color: #BFFFC5; }
span { border-color: rgb(191,255,197); }
td.TdClassName
{
border-color: #BFFFC5;
}
.TagClassName
{
border-color: #BFFFC5;
}
</style>