Shades of Granny Apple #BCFEC8
Tints of Granny Apple #BCFEC8
RGB
CMYK
RGB Variations
Color information
#BCFEC8 (or 0xBCFEC8) is known color: Granny Apple. HEX triplet: BC, FE and C8. RGB value is (188,254,200). Sum of RGB (Red+Green+Blue) = 188+254+200=642 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.28% from 642); Green value is 254 (99.61% from 255 or 39.56% from 642); Blue value is 200 (78.52% from 255 or 31.15% from 642); Max value from RGB is 254 - color contains mainly: green. Hex color #BCFEC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFEC8 is #430137. Grayscale: #E4E4E4. Windows color (decimal): -4391224 or 13172412. OLE color: 13172412.
HSL color Cylindrical-coordinate representation of color #BCFEC8: hue angle of 130.91º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCFEC8 is Cyan = 0.26, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 188 | 254 | 200 | - |
| CMYK | 0.26 | 0 | 0.21 | 0.00 |
| HSL | 130.91º | 0.97% | 0.87% | - |
| HSV(B) | 130.91º | 0.26% | 1% | - |
| XYZ | 66.61 | 85.75 | 67.68 | - |
| YUV | 228.11 | 112.13 | 99.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 254 | 200 | 0.26 | 0 | 0.21 | 0.00 | 130.91 | 0.97 | 0.87 |
| Hex | BC | FE | C8 | 1A | 0 | 15 | 0 | 83 | 61 | 57 |
| Octal | 274 | 376 | 310 | 32 | 0 | 25 | 0 | 203 | 141 | 127 |
| Binary | 10111100 | 11111110 | 11001000 | 11010 | 0 | 10101 | 0 | 10000011 | 1100001 | 1010111 |
Color Harmonies of #BCFEC8
Complementary color
Monochromatic Colors of #BCFEC8
Black with #BCFEC8
Text Example
Text Example
White with #BCFEC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFEC8; }
p { color: rgb(188,254,200); }
H1.HeaderClassName
{
color: #BCFEC8;
}
.AnyTagClassName
{
color: #BCFEC8;
}
</style>
background-color css
<style>
a { background-color: #BCFEC8; }
a { background-color: rgb(188,254,200); }
div.DivClassName
{
background-color: #BCFEC8;
}
.BgClassName
{
background-color: #BCFEC8;
}
</style>
border-color css
<style>
span { border-color: #BCFEC8; }
span { border-color: rgb(188,254,200); }
td.TdClassName
{
border-color: #BCFEC8;
}
.TagClassName
{
border-color: #BCFEC8;
}
</style>