Shades of Granny Apple #BFFDD0
Tints of Granny Apple #BFFDD0
RGB
CMYK
RGB Variations
Color information
#BFFDD0 (or 0xBFFDD0) is known color: Granny Apple. HEX triplet: BF, FD and D0. RGB value is (191,253,208). Sum of RGB (Red+Green+Blue) = 191+253+208=652 (86% of max value = 765). Red value is 191 (75% from 255 or 29.29% from 652); Green value is 253 (99.22% from 255 or 38.80% from 652); Blue value is 208 (81.64% from 255 or 31.90% from 652); Max value from RGB is 253 - color contains mainly: green. Hex color #BFFDD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFDD0 is #40022F. Grayscale: #E5E5E5. Windows color (decimal): -4194864 or 13696447. OLE color: 13696447.
HSL color Cylindrical-coordinate representation of color #BFFDD0: hue angle of 136.45º 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 #BFFDD0 is Cyan = 0.25, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 191 | 253 | 208 | - |
| CMYK | 0.25 | 0 | 0.18 | 0.01 |
| HSL | 136.45º | 0.94% | 0.87% | - |
| HSV(B) | 136.45º | 0.25% | 0.99% | - |
| XYZ | 68 | 85.88 | 72.67 | - |
| YUV | 229.33 | 115.96 | 100.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 253 | 208 | 0.25 | 0 | 0.18 | 0.01 | 136.45 | 0.94 | 0.87 |
| Hex | BF | FD | D0 | 19 | 0 | 12 | 1 | 88 | 5E | 57 |
| Octal | 277 | 375 | 320 | 31 | 0 | 22 | 1 | 210 | 136 | 127 |
| Binary | 10111111 | 11111101 | 11010000 | 11001 | 0 | 10010 | 1 | 10001000 | 1011110 | 1010111 |
Color Harmonies of #BFFDD0
Complementary color
Monochromatic Colors of #BFFDD0
Black with #BFFDD0
Text Example
Text Example
White with #BFFDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFDD0; }
p { color: rgb(191,253,208); }
H1.HeaderClassName
{
color: #BFFDD0;
}
.AnyTagClassName
{
color: #BFFDD0;
}
</style>
background-color css
<style>
a { background-color: #BFFDD0; }
a { background-color: rgb(191,253,208); }
div.DivClassName
{
background-color: #BFFDD0;
}
.BgClassName
{
background-color: #BFFDD0;
}
</style>
border-color css
<style>
span { border-color: #BFFDD0; }
span { border-color: rgb(191,253,208); }
td.TdClassName
{
border-color: #BFFDD0;
}
.TagClassName
{
border-color: #BFFDD0;
}
</style>