Shades of Granny Apple #BCFCD1
Tints of Granny Apple #BCFCD1
RGB
CMYK
RGB Variations
Color information
#BCFCD1 (or 0xBCFCD1) is known color: Granny Apple. HEX triplet: BC, FC and D1. RGB value is (188,252,209). Sum of RGB (Red+Green+Blue) = 188+252+209=649 (85% of max value = 765). Red value is 188 (73.83% from 255 or 28.97% from 649); Green value is 252 (98.83% from 255 or 38.83% from 649); Blue value is 209 (82.03% from 255 or 32.20% from 649); Max value from RGB is 252 - color contains mainly: green. Hex color #BCFCD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFCD1 is #43032E. Grayscale: #E4E4E4. Windows color (decimal): -4391727 or 13761724. OLE color: 13761724.
HSL color Cylindrical-coordinate representation of color #BCFCD1: hue angle of 139.69º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCFCD1 is Cyan = 0.25, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 252 | 209 | - |
| CMYK | 0.25 | 0 | 0.17 | 0.01 |
| HSL | 139.69º | 0.91% | 0.86% | - |
| HSV(B) | 139.69º | 0.25% | 0.99% | - |
| XYZ | 67.06 | 84.92 | 73.18 | - |
| YUV | 227.96 | 117.3 | 99.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 252 | 209 | 0.25 | 0 | 0.17 | 0.01 | 139.69 | 0.91 | 0.86 |
| Hex | BC | FC | D1 | 19 | 0 | 11 | 1 | 8C | 5B | 56 |
| Octal | 274 | 374 | 321 | 31 | 0 | 21 | 1 | 214 | 133 | 126 |
| Binary | 10111100 | 11111100 | 11010001 | 11001 | 0 | 10001 | 1 | 10001100 | 1011011 | 1010110 |
Color Harmonies of #BCFCD1
Complementary color
Monochromatic Colors of #BCFCD1
Black with #BCFCD1
Text Example
Text Example
White with #BCFCD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFCD1; }
p { color: rgb(188,252,209); }
H1.HeaderClassName
{
color: #BCFCD1;
}
.AnyTagClassName
{
color: #BCFCD1;
}
</style>
background-color css
<style>
a { background-color: #BCFCD1; }
a { background-color: rgb(188,252,209); }
div.DivClassName
{
background-color: #BCFCD1;
}
.BgClassName
{
background-color: #BCFCD1;
}
</style>
border-color css
<style>
span { border-color: #BCFCD1; }
span { border-color: rgb(188,252,209); }
td.TdClassName
{
border-color: #BCFCD1;
}
.TagClassName
{
border-color: #BCFCD1;
}
</style>