Shades of Granny Apple #BFFDC2
Tints of Granny Apple #BFFDC2
RGB
CMYK
RGB Variations
Color information
#BFFDC2 (or 0xBFFDC2) is known color: Granny Apple. HEX triplet: BF, FD and C2. RGB value is (191,253,194). Sum of RGB (Red+Green+Blue) = 191+253+194=638 (84% of max value = 765). Red value is 191 (75% from 255 or 29.94% from 638); Green value is 253 (99.22% from 255 or 39.66% from 638); Blue value is 194 (76.17% from 255 or 30.41% from 638); Max value from RGB is 253 - color contains mainly: green. Hex color #BFFDC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFDC2 is #40023D. Grayscale: #E3E3E3. Windows color (decimal): -4194878 or 12778943. OLE color: 12778943.
HSL color Cylindrical-coordinate representation of color #BFFDC2: hue angle of 122.9º 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 #BFFDC2 is Cyan = 0.25, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 191 | 253 | 194 | - |
| CMYK | 0.25 | 0 | 0.23 | 0.01 |
| HSL | 122.9º | 0.94% | 0.87% | - |
| HSV(B) | 122.9º | 0.25% | 0.99% | - |
| XYZ | 66.35 | 85.22 | 63.99 | - |
| YUV | 227.74 | 108.96 | 101.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 253 | 194 | 0.25 | 0 | 0.23 | 0.01 | 122.9 | 0.94 | 0.87 |
| Hex | BF | FD | C2 | 19 | 0 | 17 | 1 | 7B | 5E | 57 |
| Octal | 277 | 375 | 302 | 31 | 0 | 27 | 1 | 173 | 136 | 127 |
| Binary | 10111111 | 11111101 | 11000010 | 11001 | 0 | 10111 | 1 | 1111011 | 1011110 | 1010111 |
Color Harmonies of #BFFDC2
Complementary color
Monochromatic Colors of #BFFDC2
Black with #BFFDC2
Text Example
Text Example
White with #BFFDC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFDC2; }
p { color: rgb(191,253,194); }
H1.HeaderClassName
{
color: #BFFDC2;
}
.AnyTagClassName
{
color: #BFFDC2;
}
</style>
background-color css
<style>
a { background-color: #BFFDC2; }
a { background-color: rgb(191,253,194); }
div.DivClassName
{
background-color: #BFFDC2;
}
.BgClassName
{
background-color: #BFFDC2;
}
</style>
border-color css
<style>
span { border-color: #BFFDC2; }
span { border-color: rgb(191,253,194); }
td.TdClassName
{
border-color: #BFFDC2;
}
.TagClassName
{
border-color: #BFFDC2;
}
</style>