Shades of Granny Apple #BFDDC9
Tints of Granny Apple #BFDDC9
RGB
CMYK
RGB Variations
Color information
#BFDDC9 (or 0xBFDDC9) is known color: Granny Apple. HEX triplet: BF, DD and C9. RGB value is (191,221,201). Sum of RGB (Red+Green+Blue) = 191+221+201=613 (81% of max value = 765). Red value is 191 (75% from 255 or 31.16% from 613); Green value is 221 (86.72% from 255 or 36.05% from 613); Blue value is 201 (78.91% from 255 or 32.79% from 613); Max value from RGB is 221 - color contains mainly: green. Hex color #BFDDC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDDC9 is #402236. Grayscale: #D1D1D1. Windows color (decimal): -4203063 or 13229503. OLE color: 13229503.
HSL color Cylindrical-coordinate representation of color #BFDDC9: hue angle of 140º degrees, saturation: 0.31, 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 #BFDDC9 is Cyan = 0.14, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 221 | 201 | - |
| CMYK | 0.14 | 0 | 0.09 | 0.13 |
| HSL | 140º | 0.31% | 0.81% | - |
| HSV(B) | 140º | 0.14% | 0.87% | - |
| XYZ | 57.88 | 67.01 | 65.14 | - |
| YUV | 209.75 | 123.06 | 114.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 221 | 201 | 0.14 | 0 | 0.09 | 0.13 | 140 | 0.31 | 0.81 |
| Hex | BF | DD | C9 | E | 0 | 9 | D | 8C | 1F | 51 |
| Octal | 277 | 335 | 311 | 16 | 0 | 11 | 15 | 214 | 37 | 121 |
| Binary | 10111111 | 11011101 | 11001001 | 1110 | 0 | 1001 | 1101 | 10001100 | 11111 | 1010001 |
Color Harmonies of #BFDDC9
Complementary color
Monochromatic Colors of #BFDDC9
Black with #BFDDC9
Text Example
Text Example
White with #BFDDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDDC9; }
p { color: rgb(191,221,201); }
H1.HeaderClassName
{
color: #BFDDC9;
}
.AnyTagClassName
{
color: #BFDDC9;
}
</style>
background-color css
<style>
a { background-color: #BFDDC9; }
a { background-color: rgb(191,221,201); }
div.DivClassName
{
background-color: #BFDDC9;
}
.BgClassName
{
background-color: #BFDDC9;
}
</style>
border-color css
<style>
span { border-color: #BFDDC9; }
span { border-color: rgb(191,221,201); }
td.TdClassName
{
border-color: #BFDDC9;
}
.TagClassName
{
border-color: #BFDDC9;
}
</style>