Shades of Granny Apple #BCFACD
Tints of Granny Apple #BCFACD
RGB
CMYK
RGB Variations
Color information
#BCFACD (or 0xBCFACD) is known color: Granny Apple. HEX triplet: BC, FA and CD. RGB value is (188,250,205). Sum of RGB (Red+Green+Blue) = 188+250+205=643 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.24% from 643); Green value is 250 (98.05% from 255 or 38.88% from 643); Blue value is 205 (80.47% from 255 or 31.88% from 643); Max value from RGB is 250 - color contains mainly: green. Hex color #BCFACD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFACD is #430532. Grayscale: #E2E2E2. Windows color (decimal): -4392243 or 13499068. OLE color: 13499068.
HSL color Cylindrical-coordinate representation of color #BCFACD: hue angle of 136.45º 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 #BCFACD is Cyan = 0.25, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 250 | 205 | - |
| CMYK | 0.25 | 0 | 0.18 | 0.02 |
| HSL | 136.45º | 0.86% | 0.86% | - |
| HSV(B) | 136.45º | 0.25% | 0.98% | - |
| XYZ | 65.94 | 83.47 | 70.39 | - |
| YUV | 226.33 | 115.96 | 100.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 250 | 205 | 0.25 | 0 | 0.18 | 0.02 | 136.45 | 0.86 | 0.86 |
| Hex | BC | FA | CD | 19 | 0 | 12 | 2 | 88 | 56 | 56 |
| Octal | 274 | 372 | 315 | 31 | 0 | 22 | 2 | 210 | 126 | 126 |
| Binary | 10111100 | 11111010 | 11001101 | 11001 | 0 | 10010 | 10 | 10001000 | 1010110 | 1010110 |
Color Harmonies of #BCFACD
Complementary color
Monochromatic Colors of #BCFACD
Black with #BCFACD
Text Example
Text Example
White with #BCFACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFACD; }
p { color: rgb(188,250,205); }
H1.HeaderClassName
{
color: #BCFACD;
}
.AnyTagClassName
{
color: #BCFACD;
}
</style>
background-color css
<style>
a { background-color: #BCFACD; }
a { background-color: rgb(188,250,205); }
div.DivClassName
{
background-color: #BCFACD;
}
.BgClassName
{
background-color: #BCFACD;
}
</style>
border-color css
<style>
span { border-color: #BCFACD; }
span { border-color: rgb(188,250,205); }
td.TdClassName
{
border-color: #BCFACD;
}
.TagClassName
{
border-color: #BCFACD;
}
</style>