Shades of Granny Apple #BCFCCE
Tints of Granny Apple #BCFCCE
RGB
CMYK
RGB Variations
Color information
#BCFCCE (or 0xBCFCCE) is known color: Granny Apple. HEX triplet: BC, FC and CE. RGB value is (188,252,206). Sum of RGB (Red+Green+Blue) = 188+252+206=646 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.10% from 646); Green value is 252 (98.83% from 255 or 39.01% from 646); Blue value is 206 (80.86% from 255 or 31.89% from 646); Max value from RGB is 252 - color contains mainly: green. Hex color #BCFCCE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFCCE is #430331. Grayscale: #E3E3E3. Windows color (decimal): -4391730 or 13565116. OLE color: 13565116.
HSL color Cylindrical-coordinate representation of color #BCFCCE: hue angle of 136.88º 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 #BCFCCE is Cyan = 0.25, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 252 | 206 | - |
| CMYK | 0.25 | 0 | 0.18 | 0.01 |
| HSL | 136.88º | 0.91% | 0.86% | - |
| HSV(B) | 136.88º | 0.25% | 0.99% | - |
| XYZ | 66.69 | 84.77 | 71.24 | - |
| YUV | 227.62 | 115.8 | 99.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 252 | 206 | 0.25 | 0 | 0.18 | 0.01 | 136.88 | 0.91 | 0.86 |
| Hex | BC | FC | CE | 19 | 0 | 12 | 1 | 89 | 5B | 56 |
| Octal | 274 | 374 | 316 | 31 | 0 | 22 | 1 | 211 | 133 | 126 |
| Binary | 10111100 | 11111100 | 11001110 | 11001 | 0 | 10010 | 1 | 10001001 | 1011011 | 1010110 |
Color Harmonies of #BCFCCE
Complementary color
Monochromatic Colors of #BCFCCE
Black with #BCFCCE
Text Example
Text Example
White with #BCFCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFCCE; }
p { color: rgb(188,252,206); }
H1.HeaderClassName
{
color: #BCFCCE;
}
.AnyTagClassName
{
color: #BCFCCE;
}
</style>
background-color css
<style>
a { background-color: #BCFCCE; }
a { background-color: rgb(188,252,206); }
div.DivClassName
{
background-color: #BCFCCE;
}
.BgClassName
{
background-color: #BCFCCE;
}
</style>
border-color css
<style>
span { border-color: #BCFCCE; }
span { border-color: rgb(188,252,206); }
td.TdClassName
{
border-color: #BCFCCE;
}
.TagClassName
{
border-color: #BCFCCE;
}
</style>