Shades of Granny Apple #BCFBC8
Tints of Granny Apple #BCFBC8
RGB
CMYK
RGB Variations
Color information
#BCFBC8 (or 0xBCFBC8) is known color: Granny Apple. HEX triplet: BC, FB and C8. RGB value is (188,251,200). Sum of RGB (Red+Green+Blue) = 188+251+200=639 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.42% from 639); Green value is 251 (98.44% from 255 or 39.28% from 639); Blue value is 200 (78.52% from 255 or 31.30% from 639); Max value from RGB is 251 - color contains mainly: green. Hex color #BCFBC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFBC8 is #430437. Grayscale: #E2E2E2. Windows color (decimal): -4391992 or 13171644. OLE color: 13171644.
HSL color Cylindrical-coordinate representation of color #BCFBC8: hue angle of 131.43º degrees, saturation: 0.89, 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 #BCFBC8 is Cyan = 0.25, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 251 | 200 | - |
| CMYK | 0.25 | 0 | 0.20 | 0.02 |
| HSL | 131.43º | 0.89% | 0.86% | - |
| HSV(B) | 131.43º | 0.25% | 0.98% | - |
| XYZ | 65.66 | 83.86 | 67.37 | - |
| YUV | 226.35 | 113.13 | 100.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 251 | 200 | 0.25 | 0 | 0.20 | 0.02 | 131.43 | 0.89 | 0.86 |
| Hex | BC | FB | C8 | 19 | 0 | 14 | 2 | 83 | 59 | 56 |
| Octal | 274 | 373 | 310 | 31 | 0 | 24 | 2 | 203 | 131 | 126 |
| Binary | 10111100 | 11111011 | 11001000 | 11001 | 0 | 10100 | 10 | 10000011 | 1011001 | 1010110 |
Color Harmonies of #BCFBC8
Complementary color
Monochromatic Colors of #BCFBC8
Black with #BCFBC8
Text Example
Text Example
White with #BCFBC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFBC8; }
p { color: rgb(188,251,200); }
H1.HeaderClassName
{
color: #BCFBC8;
}
.AnyTagClassName
{
color: #BCFBC8;
}
</style>
background-color css
<style>
a { background-color: #BCFBC8; }
a { background-color: rgb(188,251,200); }
div.DivClassName
{
background-color: #BCFBC8;
}
.BgClassName
{
background-color: #BCFBC8;
}
</style>
border-color css
<style>
span { border-color: #BCFBC8; }
span { border-color: rgb(188,251,200); }
td.TdClassName
{
border-color: #BCFBC8;
}
.TagClassName
{
border-color: #BCFBC8;
}
</style>