Shades of Granny Apple #BFFDC1
Tints of Granny Apple #BFFDC1
RGB
CMYK
RGB Variations
Color information
#BFFDC1 (or 0xBFFDC1) is known color: Granny Apple. HEX triplet: BF, FD and C1. RGB value is (191,253,193). Sum of RGB (Red+Green+Blue) = 191+253+193=637 (84% of max value = 765). Red value is 191 (75% from 255 or 29.98% from 637); Green value is 253 (99.22% from 255 or 39.72% from 637); Blue value is 193 (75.78% from 255 or 30.30% from 637); Max value from RGB is 253 - color contains mainly: green. Hex color #BFFDC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFDC1 is #40023E. Grayscale: #E3E3E3. Windows color (decimal): -4194879 or 12713407. OLE color: 12713407.
HSL color Cylindrical-coordinate representation of color #BFFDC1: hue angle of 121.94º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFFDC1 is Cyan = 0.25, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 191 | 253 | 193 | - |
| CMYK | 0.25 | 0 | 0.24 | 0.01 |
| HSL | 121.94º | 0.94% | 0.87% | - |
| HSV(B) | 121.94º | 0.25% | 0.99% | - |
| XYZ | 66.24 | 85.18 | 63.4 | - |
| YUV | 227.62 | 108.46 | 101.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 253 | 193 | 0.25 | 0 | 0.24 | 0.01 | 121.94 | 0.94 | 0.87 |
| Hex | BF | FD | C1 | 19 | 0 | 18 | 1 | 7A | 5E | 57 |
| Octal | 277 | 375 | 301 | 31 | 0 | 30 | 1 | 172 | 136 | 127 |
| Binary | 10111111 | 11111101 | 11000001 | 11001 | 0 | 11000 | 1 | 1111010 | 1011110 | 1010111 |
Color Harmonies of #BFFDC1
Complementary color
Monochromatic Colors of #BFFDC1
Black with #BFFDC1
Text Example
Text Example
White with #BFFDC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFDC1; }
p { color: rgb(191,253,193); }
H1.HeaderClassName
{
color: #BFFDC1;
}
.AnyTagClassName
{
color: #BFFDC1;
}
</style>
background-color css
<style>
a { background-color: #BFFDC1; }
a { background-color: rgb(191,253,193); }
div.DivClassName
{
background-color: #BFFDC1;
}
.BgClassName
{
background-color: #BFFDC1;
}
</style>
border-color css
<style>
span { border-color: #BFFDC1; }
span { border-color: rgb(191,253,193); }
td.TdClassName
{
border-color: #BFFDC1;
}
.TagClassName
{
border-color: #BFFDC1;
}
</style>