Shades of Granny Apple #BFFFD4
Tints of Granny Apple #BFFFD4
RGB
CMYK
RGB Variations
Color information
#BFFFD4 (or 0xBFFFD4) is known color: Granny Apple. HEX triplet: BF, FF and D4. RGB value is (191,255,212). Sum of RGB (Red+Green+Blue) = 191+255+212=658 (87% of max value = 765). Red value is 191 (75% from 255 or 29.03% from 658); Green value is 255 (100% from 255 or 38.75% from 658); Blue value is 212 (83.20% from 255 or 32.22% from 658); Max value from RGB is 255 - color contains mainly: green. Hex color #BFFFD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFFD4 is #40002B. Grayscale: #E7E7E7. Windows color (decimal): -4194348 or 13959103. OLE color: 13959103.
HSL color Cylindrical-coordinate representation of color #BFFFD4: hue angle of 139.69º 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 #BFFFD4 is Cyan = 0.25, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 191 | 255 | 212 | - |
| CMYK | 0.25 | 0 | 0.17 | 0 |
| HSL | 139.69º | 1% | 0.87% | - |
| HSV(B) | 139.69º | 0.25% | 1% | - |
| XYZ | 69.13 | 87.35 | 75.5 | - |
| YUV | 230.96 | 117.3 | 99.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 255 | 212 | 0.25 | 0 | 0.17 | 0 | 139.69 | 1 | 0.87 |
| Hex | BF | FF | D4 | 19 | 0 | 11 | 0 | 8C | 64 | 57 |
| Octal | 277 | 377 | 324 | 31 | 0 | 21 | 0 | 214 | 144 | 127 |
| Binary | 10111111 | 11111111 | 11010100 | 11001 | 0 | 10001 | 0 | 10001100 | 1100100 | 1010111 |
Color Harmonies of #BFFFD4
Complementary color
Monochromatic Colors of #BFFFD4
Black with #BFFFD4
Text Example
Text Example
White with #BFFFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFFD4; }
p { color: rgb(191,255,212); }
H1.HeaderClassName
{
color: #BFFFD4;
}
.AnyTagClassName
{
color: #BFFFD4;
}
</style>
background-color css
<style>
a { background-color: #BFFFD4; }
a { background-color: rgb(191,255,212); }
div.DivClassName
{
background-color: #BFFFD4;
}
.BgClassName
{
background-color: #BFFFD4;
}
</style>
border-color css
<style>
span { border-color: #BFFFD4; }
span { border-color: rgb(191,255,212); }
td.TdClassName
{
border-color: #BFFFD4;
}
.TagClassName
{
border-color: #BFFFD4;
}
</style>