Shades of Granny Apple #BDDEC9
Tints of Granny Apple #BDDEC9
RGB
CMYK
RGB Variations
Color information
#BDDEC9 (or 0xBDDEC9) is known color: Granny Apple. HEX triplet: BD, DE and C9. RGB value is (189,222,201). Sum of RGB (Red+Green+Blue) = 189+222+201=612 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.88% from 612); Green value is 222 (87.11% from 255 or 36.27% from 612); Blue value is 201 (78.91% from 255 or 32.84% from 612); Max value from RGB is 222 - color contains mainly: green. Hex color #BDDEC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDEC9 is #422136. Grayscale: #D1D1D1. Windows color (decimal): -4333879 or 13229757. OLE color: 13229757.
HSL color Cylindrical-coordinate representation of color #BDDEC9: hue angle of 141.82º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BDDEC9 is Cyan = 0.15, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 222 | 201 | - |
| CMYK | 0.15 | 0 | 0.09 | 0.13 |
| HSL | 141.82º | 0.33% | 0.81% | - |
| HSV(B) | 141.82º | 0.15% | 0.87% | - |
| XYZ | 57.65 | 67.28 | 65.21 | - |
| YUV | 209.74 | 123.07 | 113.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 222 | 201 | 0.15 | 0 | 0.09 | 0.13 | 141.82 | 0.33 | 0.81 |
| Hex | BD | DE | C9 | F | 0 | 9 | D | 8E | 21 | 51 |
| Octal | 275 | 336 | 311 | 17 | 0 | 11 | 15 | 216 | 41 | 121 |
| Binary | 10111101 | 11011110 | 11001001 | 1111 | 0 | 1001 | 1101 | 10001110 | 100001 | 1010001 |
Color Harmonies of #BDDEC9
Complementary color
Monochromatic Colors of #BDDEC9
Black with #BDDEC9
Text Example
Text Example
White with #BDDEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDEC9; }
p { color: rgb(189,222,201); }
H1.HeaderClassName
{
color: #BDDEC9;
}
.AnyTagClassName
{
color: #BDDEC9;
}
</style>
background-color css
<style>
a { background-color: #BDDEC9; }
a { background-color: rgb(189,222,201); }
div.DivClassName
{
background-color: #BDDEC9;
}
.BgClassName
{
background-color: #BDDEC9;
}
</style>
border-color css
<style>
span { border-color: #BDDEC9; }
span { border-color: rgb(189,222,201); }
td.TdClassName
{
border-color: #BDDEC9;
}
.TagClassName
{
border-color: #BDDEC9;
}
</style>