Shades of Granny Apple #BCFEC9
Tints of Granny Apple #BCFEC9
RGB
CMYK
RGB Variations
Color information
#BCFEC9 (or 0xBCFEC9) is known color: Granny Apple. HEX triplet: BC, FE and C9. RGB value is (188,254,201). Sum of RGB (Red+Green+Blue) = 188+254+201=643 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.24% from 643); Green value is 254 (99.61% from 255 or 39.50% from 643); Blue value is 201 (78.91% from 255 or 31.26% from 643); Max value from RGB is 254 - color contains mainly: green. Hex color #BCFEC9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFEC9 is #430136. Grayscale: #E4E4E4. Windows color (decimal): -4391223 or 13237948. OLE color: 13237948.
HSL color Cylindrical-coordinate representation of color #BCFEC9: hue angle of 131.82º 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 #BCFEC9 is Cyan = 0.26, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 188 | 254 | 201 | - |
| CMYK | 0.26 | 0 | 0.21 | 0.00 |
| HSL | 131.82º | 0.97% | 0.87% | - |
| HSV(B) | 131.82º | 0.26% | 1% | - |
| XYZ | 66.72 | 85.79 | 68.3 | - |
| YUV | 228.22 | 112.63 | 99.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 254 | 201 | 0.26 | 0 | 0.21 | 0.00 | 131.82 | 0.97 | 0.87 |
| Hex | BC | FE | C9 | 1A | 0 | 15 | 0 | 84 | 61 | 57 |
| Octal | 274 | 376 | 311 | 32 | 0 | 25 | 0 | 204 | 141 | 127 |
| Binary | 10111100 | 11111110 | 11001001 | 11010 | 0 | 10101 | 0 | 10000100 | 1100001 | 1010111 |
Color Harmonies of #BCFEC9
Complementary color
Monochromatic Colors of #BCFEC9
Black with #BCFEC9
Text Example
Text Example
White with #BCFEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFEC9; }
p { color: rgb(188,254,201); }
H1.HeaderClassName
{
color: #BCFEC9;
}
.AnyTagClassName
{
color: #BCFEC9;
}
</style>
background-color css
<style>
a { background-color: #BCFEC9; }
a { background-color: rgb(188,254,201); }
div.DivClassName
{
background-color: #BCFEC9;
}
.BgClassName
{
background-color: #BCFEC9;
}
</style>
border-color css
<style>
span { border-color: #BCFEC9; }
span { border-color: rgb(188,254,201); }
td.TdClassName
{
border-color: #BCFEC9;
}
.TagClassName
{
border-color: #BCFEC9;
}
</style>