Shades of Granny Apple #BCFACE
Tints of Granny Apple #BCFACE
RGB
CMYK
RGB Variations
Color information
#BCFACE (or 0xBCFACE) is known color: Granny Apple. HEX triplet: BC, FA and CE. RGB value is (188,250,206). Sum of RGB (Red+Green+Blue) = 188+250+206=644 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.19% from 644); Green value is 250 (98.05% from 255 or 38.82% from 644); Blue value is 206 (80.86% from 255 or 31.99% from 644); Max value from RGB is 250 - color contains mainly: green. Hex color #BCFACE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFACE is #430531. Grayscale: #E2E2E2. Windows color (decimal): -4392242 or 13564604. OLE color: 13564604.
HSL color Cylindrical-coordinate representation of color #BCFACE: hue angle of 137.42º 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 #BCFACE is Cyan = 0.25, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 250 | 206 | - |
| CMYK | 0.25 | 0 | 0.18 | 0.02 |
| HSL | 137.42º | 0.86% | 0.86% | - |
| HSV(B) | 137.42º | 0.25% | 0.98% | - |
| XYZ | 66.07 | 83.52 | 71.03 | - |
| YUV | 226.45 | 116.46 | 100.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 250 | 206 | 0.25 | 0 | 0.18 | 0.02 | 137.42 | 0.86 | 0.86 |
| Hex | BC | FA | CE | 19 | 0 | 12 | 2 | 89 | 56 | 56 |
| Octal | 274 | 372 | 316 | 31 | 0 | 22 | 2 | 211 | 126 | 126 |
| Binary | 10111100 | 11111010 | 11001110 | 11001 | 0 | 10010 | 10 | 10001001 | 1010110 | 1010110 |
Color Harmonies of #BCFACE
Complementary color
Monochromatic Colors of #BCFACE
Black with #BCFACE
Text Example
Text Example
White with #BCFACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFACE; }
p { color: rgb(188,250,206); }
H1.HeaderClassName
{
color: #BCFACE;
}
.AnyTagClassName
{
color: #BCFACE;
}
</style>
background-color css
<style>
a { background-color: #BCFACE; }
a { background-color: rgb(188,250,206); }
div.DivClassName
{
background-color: #BCFACE;
}
.BgClassName
{
background-color: #BCFACE;
}
</style>
border-color css
<style>
span { border-color: #BCFACE; }
span { border-color: rgb(188,250,206); }
td.TdClassName
{
border-color: #BCFACE;
}
.TagClassName
{
border-color: #BCFACE;
}
</style>