Shades of Granny Apple #BCDFC8
Tints of Granny Apple #BCDFC8
RGB
CMYK
RGB Variations
Color information
#BCDFC8 (or 0xBCDFC8) is known color: Granny Apple. HEX triplet: BC, DF and C8. RGB value is (188,223,200). Sum of RGB (Red+Green+Blue) = 188+223+200=611 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.77% from 611); Green value is 223 (87.5% from 255 or 36.50% from 611); Blue value is 200 (78.52% from 255 or 32.73% from 611); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDFC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDFC8 is #432037. Grayscale: #D1D1D1. Windows color (decimal): -4399160 or 13164476. OLE color: 13164476.
HSL color Cylindrical-coordinate representation of color #BCDFC8: hue angle of 140.57º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BCDFC8 is Cyan = 0.16, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 223 | 200 | - |
| CMYK | 0.16 | 0 | 0.10 | 0.13 |
| HSL | 140.57º | 0.35% | 0.81% | - |
| HSV(B) | 140.57º | 0.16% | 0.87% | - |
| XYZ | 57.55 | 67.64 | 64.67 | - |
| YUV | 209.91 | 122.4 | 112.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 223 | 200 | 0.16 | 0 | 0.10 | 0.13 | 140.57 | 0.35 | 0.81 |
| Hex | BC | DF | C8 | 10 | 0 | A | D | 8D | 23 | 51 |
| Octal | 274 | 337 | 310 | 20 | 0 | 12 | 15 | 215 | 43 | 121 |
| Binary | 10111100 | 11011111 | 11001000 | 10000 | 0 | 1010 | 1101 | 10001101 | 100011 | 1010001 |
Color Harmonies of #BCDFC8
Complementary color
Monochromatic Colors of #BCDFC8
Black with #BCDFC8
Text Example
Text Example
White with #BCDFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDFC8; }
p { color: rgb(188,223,200); }
H1.HeaderClassName
{
color: #BCDFC8;
}
.AnyTagClassName
{
color: #BCDFC8;
}
</style>
background-color css
<style>
a { background-color: #BCDFC8; }
a { background-color: rgb(188,223,200); }
div.DivClassName
{
background-color: #BCDFC8;
}
.BgClassName
{
background-color: #BCDFC8;
}
</style>
border-color css
<style>
span { border-color: #BCDFC8; }
span { border-color: rgb(188,223,200); }
td.TdClassName
{
border-color: #BCDFC8;
}
.TagClassName
{
border-color: #BCDFC8;
}
</style>