Shades of Granny Apple #BCFECE
Tints of Granny Apple #BCFECE
RGB
CMYK
RGB Variations
Color information
#BCFECE (or 0xBCFECE) is known color: Granny Apple. HEX triplet: BC, FE and CE. RGB value is (188,254,206). Sum of RGB (Red+Green+Blue) = 188+254+206=648 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.01% from 648); Green value is 254 (99.61% from 255 or 39.20% from 648); Blue value is 206 (80.86% from 255 or 31.79% from 648); Max value from RGB is 254 - color contains mainly: green. Hex color #BCFECE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFECE is #430131. Grayscale: #E4E4E4. Windows color (decimal): -4391218 or 13565628. OLE color: 13565628.
HSL color Cylindrical-coordinate representation of color #BCFECE: hue angle of 136.36º 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 #BCFECE is Cyan = 0.26, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 188 | 254 | 206 | - |
| CMYK | 0.26 | 0 | 0.19 | 0.00 |
| HSL | 136.36º | 0.97% | 0.87% | - |
| HSV(B) | 136.36º | 0.26% | 1% | - |
| XYZ | 67.32 | 86.03 | 71.45 | - |
| YUV | 228.79 | 115.13 | 98.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 254 | 206 | 0.26 | 0 | 0.19 | 0.00 | 136.36 | 0.97 | 0.87 |
| Hex | BC | FE | CE | 1A | 0 | 13 | 0 | 88 | 61 | 57 |
| Octal | 274 | 376 | 316 | 32 | 0 | 23 | 0 | 210 | 141 | 127 |
| Binary | 10111100 | 11111110 | 11001110 | 11010 | 0 | 10011 | 0 | 10001000 | 1100001 | 1010111 |
Color Harmonies of #BCFECE
Complementary color
Monochromatic Colors of #BCFECE
Black with #BCFECE
Text Example
Text Example
White with #BCFECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFECE; }
p { color: rgb(188,254,206); }
H1.HeaderClassName
{
color: #BCFECE;
}
.AnyTagClassName
{
color: #BCFECE;
}
</style>
background-color css
<style>
a { background-color: #BCFECE; }
a { background-color: rgb(188,254,206); }
div.DivClassName
{
background-color: #BCFECE;
}
.BgClassName
{
background-color: #BCFECE;
}
</style>
border-color css
<style>
span { border-color: #BCFECE; }
span { border-color: rgb(188,254,206); }
td.TdClassName
{
border-color: #BCFECE;
}
.TagClassName
{
border-color: #BCFECE;
}
</style>