Shades of Granny Apple #BCFACC
Tints of Granny Apple #BCFACC
RGB
CMYK
RGB Variations
Color information
#BCFACC (or 0xBCFACC) is known color: Granny Apple. HEX triplet: BC, FA and CC. RGB value is (188,250,204). Sum of RGB (Red+Green+Blue) = 188+250+204=642 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.28% from 642); Green value is 250 (98.05% from 255 or 38.94% from 642); Blue value is 204 (80.08% from 255 or 31.78% from 642); Max value from RGB is 250 - color contains mainly: green. Hex color #BCFACC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFACC is #430533. Grayscale: #E2E2E2. Windows color (decimal): -4392244 or 13433532. OLE color: 13433532.
HSL color Cylindrical-coordinate representation of color #BCFACC: hue angle of 135.48º 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 #BCFACC is Cyan = 0.25, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 250 | 204 | - |
| CMYK | 0.25 | 0 | 0.18 | 0.02 |
| HSL | 135.48º | 0.86% | 0.86% | - |
| HSV(B) | 135.48º | 0.25% | 0.98% | - |
| XYZ | 65.82 | 83.42 | 69.76 | - |
| YUV | 226.22 | 115.46 | 100.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 250 | 204 | 0.25 | 0 | 0.18 | 0.02 | 135.48 | 0.86 | 0.86 |
| Hex | BC | FA | CC | 19 | 0 | 12 | 2 | 87 | 56 | 56 |
| Octal | 274 | 372 | 314 | 31 | 0 | 22 | 2 | 207 | 126 | 126 |
| Binary | 10111100 | 11111010 | 11001100 | 11001 | 0 | 10010 | 10 | 10000111 | 1010110 | 1010110 |
Color Harmonies of #BCFACC
Complementary color
Monochromatic Colors of #BCFACC
Black with #BCFACC
Text Example
Text Example
White with #BCFACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFACC; }
p { color: rgb(188,250,204); }
H1.HeaderClassName
{
color: #BCFACC;
}
.AnyTagClassName
{
color: #BCFACC;
}
</style>
background-color css
<style>
a { background-color: #BCFACC; }
a { background-color: rgb(188,250,204); }
div.DivClassName
{
background-color: #BCFACC;
}
.BgClassName
{
background-color: #BCFACC;
}
</style>
border-color css
<style>
span { border-color: #BCFACC; }
span { border-color: rgb(188,250,204); }
td.TdClassName
{
border-color: #BCFACC;
}
.TagClassName
{
border-color: #BCFACC;
}
</style>