Shades of Granny Apple #BFFFCF
Tints of Granny Apple #BFFFCF
RGB
CMYK
RGB Variations
Color information
#BFFFCF (or 0xBFFFCF) is known color: Granny Apple. HEX triplet: BF, FF and CF. RGB value is (191,255,207). Sum of RGB (Red+Green+Blue) = 191+255+207=653 (86% of max value = 765). Red value is 191 (75% from 255 or 29.25% from 653); Green value is 255 (100% from 255 or 39.05% from 653); Blue value is 207 (81.25% from 255 or 31.70% from 653); Max value from RGB is 255 - color contains mainly: green. Hex color #BFFFCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFFCF is #400030. Grayscale: #E6E6E6. Windows color (decimal): -4194353 or 13631423. OLE color: 13631423.
HSL color Cylindrical-coordinate representation of color #BFFFCF: hue angle of 135º 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 #BFFFCF is Cyan = 0.25, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 191 | 255 | 207 | - |
| CMYK | 0.25 | 0 | 0.19 | 0 |
| HSL | 135º | 1% | 0.87% | - |
| HSV(B) | 135º | 0.25% | 1% | - |
| XYZ | 68.51 | 87.1 | 72.23 | - |
| YUV | 230.39 | 114.8 | 99.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 255 | 207 | 0.25 | 0 | 0.19 | 0 | 135 | 1 | 0.87 |
| Hex | BF | FF | CF | 19 | 0 | 13 | 0 | 87 | 64 | 57 |
| Octal | 277 | 377 | 317 | 31 | 0 | 23 | 0 | 207 | 144 | 127 |
| Binary | 10111111 | 11111111 | 11001111 | 11001 | 0 | 10011 | 0 | 10000111 | 1100100 | 1010111 |
Color Harmonies of #BFFFCF
Complementary color
Monochromatic Colors of #BFFFCF
Black with #BFFFCF
Text Example
Text Example
White with #BFFFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFFCF; }
p { color: rgb(191,255,207); }
H1.HeaderClassName
{
color: #BFFFCF;
}
.AnyTagClassName
{
color: #BFFFCF;
}
</style>
background-color css
<style>
a { background-color: #BFFFCF; }
a { background-color: rgb(191,255,207); }
div.DivClassName
{
background-color: #BFFFCF;
}
.BgClassName
{
background-color: #BFFFCF;
}
</style>
border-color css
<style>
span { border-color: #BFFFCF; }
span { border-color: rgb(191,255,207); }
td.TdClassName
{
border-color: #BFFFCF;
}
.TagClassName
{
border-color: #BFFFCF;
}
</style>