Shades of Granny Apple #BCDEC9
Tints of Granny Apple #BCDEC9
RGB
CMYK
RGB Variations
Color information
#BCDEC9 (or 0xBCDEC9) is known color: Granny Apple. HEX triplet: BC, DE and C9. RGB value is (188,222,201). Sum of RGB (Red+Green+Blue) = 188+222+201=611 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.77% from 611); Green value is 222 (87.11% from 255 or 36.33% from 611); Blue value is 201 (78.91% from 255 or 32.90% from 611); Max value from RGB is 222 - color contains mainly: green. Hex color #BCDEC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDEC9 is #432136. Grayscale: #D1D1D1. Windows color (decimal): -4399415 or 13229756. OLE color: 13229756.
HSL color Cylindrical-coordinate representation of color #BCDEC9: hue angle of 142.94º degrees, saturation: 0.34, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BCDEC9 is Cyan = 0.15, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 222 | 201 | - |
| CMYK | 0.15 | 0 | 0.09 | 0.13 |
| HSL | 142.94º | 0.34% | 0.8% | - |
| HSV(B) | 142.94º | 0.15% | 0.87% | - |
| XYZ | 57.4 | 67.15 | 65.19 | - |
| YUV | 209.44 | 123.24 | 112.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 222 | 201 | 0.15 | 0 | 0.09 | 0.13 | 142.94 | 0.34 | 0.8 |
| Hex | BC | DE | C9 | F | 0 | 9 | D | 8F | 22 | 50 |
| Octal | 274 | 336 | 311 | 17 | 0 | 11 | 15 | 217 | 42 | 120 |
| Binary | 10111100 | 11011110 | 11001001 | 1111 | 0 | 1001 | 1101 | 10001111 | 100010 | 1010000 |
Color Harmonies of #BCDEC9
Complementary color
Monochromatic Colors of #BCDEC9
Black with #BCDEC9
Text Example
Text Example
White with #BCDEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDEC9; }
p { color: rgb(188,222,201); }
H1.HeaderClassName
{
color: #BCDEC9;
}
.AnyTagClassName
{
color: #BCDEC9;
}
</style>
background-color css
<style>
a { background-color: #BCDEC9; }
a { background-color: rgb(188,222,201); }
div.DivClassName
{
background-color: #BCDEC9;
}
.BgClassName
{
background-color: #BCDEC9;
}
</style>
border-color css
<style>
span { border-color: #BCDEC9; }
span { border-color: rgb(188,222,201); }
td.TdClassName
{
border-color: #BCDEC9;
}
.TagClassName
{
border-color: #BCDEC9;
}
</style>