Shades of Granny Apple #BCFEC1
Tints of Granny Apple #BCFEC1
RGB
CMYK
RGB Variations
Color information
#BCFEC1 (or 0xBCFEC1) is known color: Granny Apple. HEX triplet: BC, FE and C1. RGB value is (188,254,193). Sum of RGB (Red+Green+Blue) = 188+254+193=635 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.61% from 635); Green value is 254 (99.61% from 255 or 40% from 635); Blue value is 193 (75.78% from 255 or 30.39% from 635); Max value from RGB is 254 - color contains mainly: green. Hex color #BCFEC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFEC1 is #43013E. Grayscale: #E3E3E3. Windows color (decimal): -4391231 or 12713660. OLE color: 12713660.
HSL color Cylindrical-coordinate representation of color #BCFEC1: hue angle of 124.55º 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 #BCFEC1 is Cyan = 0.26, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 188 | 254 | 193 | - |
| CMYK | 0.26 | 0 | 0.24 | 0.00 |
| HSL | 124.55º | 0.97% | 0.87% | - |
| HSV(B) | 124.55º | 0.26% | 1% | - |
| XYZ | 65.81 | 85.43 | 63.47 | - |
| YUV | 227.31 | 108.63 | 99.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 254 | 193 | 0.26 | 0 | 0.24 | 0.00 | 124.55 | 0.97 | 0.87 |
| Hex | BC | FE | C1 | 1A | 0 | 18 | 0 | 7D | 61 | 57 |
| Octal | 274 | 376 | 301 | 32 | 0 | 30 | 0 | 175 | 141 | 127 |
| Binary | 10111100 | 11111110 | 11000001 | 11010 | 0 | 11000 | 0 | 1111101 | 1100001 | 1010111 |
Color Harmonies of #BCFEC1
Complementary color
Monochromatic Colors of #BCFEC1
Black with #BCFEC1
Text Example
Text Example
White with #BCFEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFEC1; }
p { color: rgb(188,254,193); }
H1.HeaderClassName
{
color: #BCFEC1;
}
.AnyTagClassName
{
color: #BCFEC1;
}
</style>
background-color css
<style>
a { background-color: #BCFEC1; }
a { background-color: rgb(188,254,193); }
div.DivClassName
{
background-color: #BCFEC1;
}
.BgClassName
{
background-color: #BCFEC1;
}
</style>
border-color css
<style>
span { border-color: #BCFEC1; }
span { border-color: rgb(188,254,193); }
td.TdClassName
{
border-color: #BCFEC1;
}
.TagClassName
{
border-color: #BCFEC1;
}
</style>