Shades of Granny Apple #BFFFC0
Tints of Granny Apple #BFFFC0
RGB
CMYK
RGB Variations
Color information
#BFFFC0 (or 0xBFFFC0) is known color: Granny Apple. HEX triplet: BF, FF and C0. RGB value is (191,255,192). Sum of RGB (Red+Green+Blue) = 191+255+192=638 (84% of max value = 765). Red value is 191 (75% from 255 or 29.94% from 638); Green value is 255 (100% from 255 or 39.97% from 638); Blue value is 192 (75.39% from 255 or 30.09% from 638); Max value from RGB is 255 - color contains mainly: green. Hex color #BFFFC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFFC0 is #40003F. Grayscale: #E4E4E4. Windows color (decimal): -4194368 or 12648383. OLE color: 12648383.
HSL color Cylindrical-coordinate representation of color #BFFFC0: hue angle of 120.94º 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 #BFFFC0 is Cyan = 0.25, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 191 | 255 | 192 | - |
| CMYK | 0.25 | 0 | 0.25 | 0 |
| HSL | 120.94º | 1% | 0.87% | - |
| HSV(B) | 120.94º | 0.25% | 1% | - |
| XYZ | 66.76 | 86.4 | 63.03 | - |
| YUV | 228.68 | 107.3 | 101.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 255 | 192 | 0.25 | 0 | 0.25 | 0 | 120.94 | 1 | 0.87 |
| Hex | BF | FF | C0 | 19 | 0 | 19 | 0 | 79 | 64 | 57 |
| Octal | 277 | 377 | 300 | 31 | 0 | 31 | 0 | 171 | 144 | 127 |
| Binary | 10111111 | 11111111 | 11000000 | 11001 | 0 | 11001 | 0 | 1111001 | 1100100 | 1010111 |
Color Harmonies of #BFFFC0
Complementary color
Monochromatic Colors of #BFFFC0
Black with #BFFFC0
Text Example
Text Example
White with #BFFFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFFC0; }
p { color: rgb(191,255,192); }
H1.HeaderClassName
{
color: #BFFFC0;
}
.AnyTagClassName
{
color: #BFFFC0;
}
</style>
background-color css
<style>
a { background-color: #BFFFC0; }
a { background-color: rgb(191,255,192); }
div.DivClassName
{
background-color: #BFFFC0;
}
.BgClassName
{
background-color: #BFFFC0;
}
</style>
border-color css
<style>
span { border-color: #BFFFC0; }
span { border-color: rgb(191,255,192); }
td.TdClassName
{
border-color: #BFFFC0;
}
.TagClassName
{
border-color: #BFFFC0;
}
</style>