Shades of Granny Apple #BCFEC3
Tints of Granny Apple #BCFEC3
RGB
CMYK
RGB Variations
Color information
#BCFEC3 (or 0xBCFEC3) is known color: Granny Apple. HEX triplet: BC, FE and C3. RGB value is (188,254,195). Sum of RGB (Red+Green+Blue) = 188+254+195=637 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.51% from 637); Green value is 254 (99.61% from 255 or 39.87% from 637); Blue value is 195 (76.56% from 255 or 30.61% from 637); Max value from RGB is 254 - color contains mainly: green. Hex color #BCFEC3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFEC3 is #43013C. Grayscale: #E3E3E3. Windows color (decimal): -4391229 or 12844732. OLE color: 12844732.
HSL color Cylindrical-coordinate representation of color #BCFEC3: hue angle of 126.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 #BCFEC3 is Cyan = 0.26, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 188 | 254 | 195 | - |
| CMYK | 0.26 | 0 | 0.23 | 0.00 |
| HSL | 126.36º | 0.97% | 0.87% | - |
| HSV(B) | 126.36º | 0.26% | 1% | - |
| XYZ | 66.03 | 85.52 | 64.66 | - |
| YUV | 227.54 | 109.63 | 99.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 254 | 195 | 0.26 | 0 | 0.23 | 0.00 | 126.36 | 0.97 | 0.87 |
| Hex | BC | FE | C3 | 1A | 0 | 17 | 0 | 7E | 61 | 57 |
| Octal | 274 | 376 | 303 | 32 | 0 | 27 | 0 | 176 | 141 | 127 |
| Binary | 10111100 | 11111110 | 11000011 | 11010 | 0 | 10111 | 0 | 1111110 | 1100001 | 1010111 |
Color Harmonies of #BCFEC3
Complementary color
Monochromatic Colors of #BCFEC3
Black with #BCFEC3
Text Example
Text Example
White with #BCFEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFEC3; }
p { color: rgb(188,254,195); }
H1.HeaderClassName
{
color: #BCFEC3;
}
.AnyTagClassName
{
color: #BCFEC3;
}
</style>
background-color css
<style>
a { background-color: #BCFEC3; }
a { background-color: rgb(188,254,195); }
div.DivClassName
{
background-color: #BCFEC3;
}
.BgClassName
{
background-color: #BCFEC3;
}
</style>
border-color css
<style>
span { border-color: #BCFEC3; }
span { border-color: rgb(188,254,195); }
td.TdClassName
{
border-color: #BCFEC3;
}
.TagClassName
{
border-color: #BCFEC3;
}
</style>