Shades of Granny Apple #BCFAC8
Tints of Granny Apple #BCFAC8
RGB
CMYK
RGB Variations
Color information
#BCFAC8 (or 0xBCFAC8) is known color: Granny Apple. HEX triplet: BC, FA and C8. RGB value is (188,250,200). Sum of RGB (Red+Green+Blue) = 188+250+200=638 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.47% from 638); Green value is 250 (98.05% from 255 or 39.18% from 638); Blue value is 200 (78.52% from 255 or 31.35% from 638); Max value from RGB is 250 - color contains mainly: green. Hex color #BCFAC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFAC8 is #430537. Grayscale: #E1E1E1. Windows color (decimal): -4392248 or 13171388. OLE color: 13171388.
HSL color Cylindrical-coordinate representation of color #BCFAC8: hue angle of 131.61º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCFAC8 is Cyan = 0.25, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 250 | 200 | - |
| CMYK | 0.25 | 0 | 0.2 | 0.02 |
| HSL | 131.61º | 0.86% | 0.86% | - |
| HSV(B) | 131.61º | 0.25% | 0.98% | - |
| XYZ | 65.35 | 83.23 | 67.26 | - |
| YUV | 225.76 | 113.46 | 101.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 250 | 200 | 0.25 | 0 | 0.2 | 0.02 | 131.61 | 0.86 | 0.86 |
| Hex | BC | FA | C8 | 19 | 0 | 14 | 2 | 84 | 56 | 56 |
| Octal | 274 | 372 | 310 | 31 | 0 | 24 | 2 | 204 | 126 | 126 |
| Binary | 10111100 | 11111010 | 11001000 | 11001 | 0 | 10100 | 10 | 10000100 | 1010110 | 1010110 |
Color Harmonies of #BCFAC8
Complementary color
Monochromatic Colors of #BCFAC8
Black with #BCFAC8
Text Example
Text Example
White with #BCFAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFAC8; }
p { color: rgb(188,250,200); }
H1.HeaderClassName
{
color: #BCFAC8;
}
.AnyTagClassName
{
color: #BCFAC8;
}
</style>
background-color css
<style>
a { background-color: #BCFAC8; }
a { background-color: rgb(188,250,200); }
div.DivClassName
{
background-color: #BCFAC8;
}
.BgClassName
{
background-color: #BCFAC8;
}
</style>
border-color css
<style>
span { border-color: #BCFAC8; }
span { border-color: rgb(188,250,200); }
td.TdClassName
{
border-color: #BCFAC8;
}
.TagClassName
{
border-color: #BCFAC8;
}
</style>