Shades of Granny Apple #BFDDCA
Tints of Granny Apple #BFDDCA
RGB
CMYK
RGB Variations
Color information
#BFDDCA (or 0xBFDDCA) is known color: Granny Apple. HEX triplet: BF, DD and CA. RGB value is (191,221,202). Sum of RGB (Red+Green+Blue) = 191+221+202=614 (81% of max value = 765). Red value is 191 (75% from 255 or 31.11% from 614); Green value is 221 (86.72% from 255 or 35.99% from 614); Blue value is 202 (79.30% from 255 or 32.90% from 614); Max value from RGB is 221 - color contains mainly: green. Hex color #BFDDCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDDCA is #402235. Grayscale: #D1D1D1. Windows color (decimal): -4203062 or 13295039. OLE color: 13295039.
HSL color Cylindrical-coordinate representation of color #BFDDCA: hue angle of 142º 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 #BFDDCA is Cyan = 0.14, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 221 | 202 | - |
| CMYK | 0.14 | 0 | 0.09 | 0.13 |
| HSL | 142º | 0.31% | 0.81% | - |
| HSV(B) | 142º | 0.14% | 0.87% | - |
| XYZ | 58 | 67.05 | 65.76 | - |
| YUV | 209.86 | 123.56 | 114.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 221 | 202 | 0.14 | 0 | 0.09 | 0.13 | 142 | 0.31 | 0.81 |
| Hex | BF | DD | CA | E | 0 | 9 | D | 8E | 1F | 51 |
| Octal | 277 | 335 | 312 | 16 | 0 | 11 | 15 | 216 | 37 | 121 |
| Binary | 10111111 | 11011101 | 11001010 | 1110 | 0 | 1001 | 1101 | 10001110 | 11111 | 1010001 |
Color Harmonies of #BFDDCA
Complementary color
Monochromatic Colors of #BFDDCA
Black with #BFDDCA
Text Example
Text Example
White with #BFDDCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDDCA; }
p { color: rgb(191,221,202); }
H1.HeaderClassName
{
color: #BFDDCA;
}
.AnyTagClassName
{
color: #BFDDCA;
}
</style>
background-color css
<style>
a { background-color: #BFDDCA; }
a { background-color: rgb(191,221,202); }
div.DivClassName
{
background-color: #BFDDCA;
}
.BgClassName
{
background-color: #BFDDCA;
}
</style>
border-color css
<style>
span { border-color: #BFDDCA; }
span { border-color: rgb(191,221,202); }
td.TdClassName
{
border-color: #BFDDCA;
}
.TagClassName
{
border-color: #BFDDCA;
}
</style>