Shades of Granny Apple #BCFEC6
Tints of Granny Apple #BCFEC6
RGB
CMYK
RGB Variations
Color information
#BCFEC6 (or 0xBCFEC6) is known color: Granny Apple. HEX triplet: BC, FE and C6. RGB value is (188,254,198). Sum of RGB (Red+Green+Blue) = 188+254+198=640 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.38% from 640); Green value is 254 (99.61% from 255 or 39.69% from 640); Blue value is 198 (77.73% from 255 or 30.94% from 640); Max value from RGB is 254 - color contains mainly: green. Hex color #BCFEC6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFEC6 is #430139. Grayscale: #E4E4E4. Windows color (decimal): -4391226 or 13041340. OLE color: 13041340.
HSL color Cylindrical-coordinate representation of color #BCFEC6: hue angle of 129.09º 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 #BCFEC6 is Cyan = 0.26, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 188 | 254 | 198 | - |
| CMYK | 0.26 | 0 | 0.22 | 0.00 |
| HSL | 129.09º | 0.97% | 0.87% | - |
| HSV(B) | 129.09º | 0.26% | 1% | - |
| XYZ | 66.37 | 85.65 | 66.46 | - |
| YUV | 227.88 | 111.13 | 99.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 254 | 198 | 0.26 | 0 | 0.22 | 0.00 | 129.09 | 0.97 | 0.87 |
| Hex | BC | FE | C6 | 1A | 0 | 16 | 0 | 81 | 61 | 57 |
| Octal | 274 | 376 | 306 | 32 | 0 | 26 | 0 | 201 | 141 | 127 |
| Binary | 10111100 | 11111110 | 11000110 | 11010 | 0 | 10110 | 0 | 10000001 | 1100001 | 1010111 |
Color Harmonies of #BCFEC6
Complementary color
Monochromatic Colors of #BCFEC6
Black with #BCFEC6
Text Example
Text Example
White with #BCFEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFEC6; }
p { color: rgb(188,254,198); }
H1.HeaderClassName
{
color: #BCFEC6;
}
.AnyTagClassName
{
color: #BCFEC6;
}
</style>
background-color css
<style>
a { background-color: #BCFEC6; }
a { background-color: rgb(188,254,198); }
div.DivClassName
{
background-color: #BCFEC6;
}
.BgClassName
{
background-color: #BCFEC6;
}
</style>
border-color css
<style>
span { border-color: #BCFEC6; }
span { border-color: rgb(188,254,198); }
td.TdClassName
{
border-color: #BCFEC6;
}
.TagClassName
{
border-color: #BCFEC6;
}
</style>