Shades of Granny Apple #BFDFC8
Tints of Granny Apple #BFDFC8
RGB
CMYK
RGB Variations
Color information
#BFDFC8 (or 0xBFDFC8) is known color: Granny Apple. HEX triplet: BF, DF and C8. RGB value is (191,223,200). Sum of RGB (Red+Green+Blue) = 191+223+200=614 (81% of max value = 765). Red value is 191 (75% from 255 or 31.11% from 614); Green value is 223 (87.5% from 255 or 36.32% from 614); Blue value is 200 (78.52% from 255 or 32.57% from 614); Max value from RGB is 223 - color contains mainly: green. Hex color #BFDFC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDFC8 is #402037. Grayscale: #D2D2D2. Windows color (decimal): -4202552 or 13164479. OLE color: 13164479.
HSL color Cylindrical-coordinate representation of color #BFDFC8: hue angle of 136.88º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BFDFC8 is Cyan = 0.14, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 223 | 200 | - |
| CMYK | 0.14 | 0 | 0.10 | 0.13 |
| HSL | 136.88º | 0.33% | 0.81% | - |
| HSV(B) | 136.88º | 0.14% | 0.87% | - |
| XYZ | 58.3 | 68.02 | 64.7 | - |
| YUV | 210.81 | 121.9 | 113.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 223 | 200 | 0.14 | 0 | 0.10 | 0.13 | 136.88 | 0.33 | 0.81 |
| Hex | BF | DF | C8 | E | 0 | A | D | 89 | 21 | 51 |
| Octal | 277 | 337 | 310 | 16 | 0 | 12 | 15 | 211 | 41 | 121 |
| Binary | 10111111 | 11011111 | 11001000 | 1110 | 0 | 1010 | 1101 | 10001001 | 100001 | 1010001 |
Color Harmonies of #BFDFC8
Complementary color
Monochromatic Colors of #BFDFC8
Black with #BFDFC8
Text Example
Text Example
White with #BFDFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDFC8; }
p { color: rgb(191,223,200); }
H1.HeaderClassName
{
color: #BFDFC8;
}
.AnyTagClassName
{
color: #BFDFC8;
}
</style>
background-color css
<style>
a { background-color: #BFDFC8; }
a { background-color: rgb(191,223,200); }
div.DivClassName
{
background-color: #BFDFC8;
}
.BgClassName
{
background-color: #BFDFC8;
}
</style>
border-color css
<style>
span { border-color: #BFDFC8; }
span { border-color: rgb(191,223,200); }
td.TdClassName
{
border-color: #BFDFC8;
}
.TagClassName
{
border-color: #BFDFC8;
}
</style>