Shades of Granny Apple #BFFFD5
Tints of Granny Apple #BFFFD5
RGB
CMYK
RGB Variations
Color information
#BFFFD5 (or 0xBFFFD5) is known color: Granny Apple. HEX triplet: BF, FF and D5. RGB value is (191,255,213). Sum of RGB (Red+Green+Blue) = 191+255+213=659 (87% of max value = 765). Red value is 191 (75% from 255 or 28.98% from 659); Green value is 255 (100% from 255 or 38.69% from 659); Blue value is 213 (83.59% from 255 or 32.32% from 659); Max value from RGB is 255 - color contains mainly: green. Hex color #BFFFD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFFD5 is #40002A. Grayscale: #E7E7E7. Windows color (decimal): -4194347 or 14024639. OLE color: 14024639.
HSL color Cylindrical-coordinate representation of color #BFFFD5: hue angle of 140.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 #BFFFD5 is Cyan = 0.25, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 191 | 255 | 213 | - |
| CMYK | 0.25 | 0 | 0.16 | 0 |
| HSL | 140.63º | 1% | 0.87% | - |
| HSV(B) | 140.63º | 0.25% | 1% | - |
| XYZ | 69.26 | 87.4 | 76.17 | - |
| YUV | 231.08 | 117.8 | 99.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 255 | 213 | 0.25 | 0 | 0.16 | 0 | 140.63 | 1 | 0.87 |
| Hex | BF | FF | D5 | 19 | 0 | 10 | 0 | 8D | 64 | 57 |
| Octal | 277 | 377 | 325 | 31 | 0 | 20 | 0 | 215 | 144 | 127 |
| Binary | 10111111 | 11111111 | 11010101 | 11001 | 0 | 10000 | 0 | 10001101 | 1100100 | 1010111 |
Color Harmonies of #BFFFD5
Complementary color
Monochromatic Colors of #BFFFD5
Black with #BFFFD5
Text Example
Text Example
White with #BFFFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFFD5; }
p { color: rgb(191,255,213); }
H1.HeaderClassName
{
color: #BFFFD5;
}
.AnyTagClassName
{
color: #BFFFD5;
}
</style>
background-color css
<style>
a { background-color: #BFFFD5; }
a { background-color: rgb(191,255,213); }
div.DivClassName
{
background-color: #BFFFD5;
}
.BgClassName
{
background-color: #BFFFD5;
}
</style>
border-color css
<style>
span { border-color: #BFFFD5; }
span { border-color: rgb(191,255,213); }
td.TdClassName
{
border-color: #BFFFD5;
}
.TagClassName
{
border-color: #BFFFD5;
}
</style>