Shades of Granny Apple #BCFEC2
Tints of Granny Apple #BCFEC2
RGB
CMYK
RGB Variations
Color information
#BCFEC2 (or 0xBCFEC2) is known color: Granny Apple. HEX triplet: BC, FE and C2. RGB value is (188,254,194). Sum of RGB (Red+Green+Blue) = 188+254+194=636 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.56% from 636); Green value is 254 (99.61% from 255 or 39.94% from 636); Blue value is 194 (76.17% from 255 or 30.50% from 636); Max value from RGB is 254 - color contains mainly: green. Hex color #BCFEC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFEC2 is #43013D. Grayscale: #E3E3E3. Windows color (decimal): -4391230 or 12779196. OLE color: 12779196.
HSL color Cylindrical-coordinate representation of color #BCFEC2: hue angle of 125.45º 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 #BCFEC2 is Cyan = 0.26, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 188 | 254 | 194 | - |
| CMYK | 0.26 | 0 | 0.24 | 0.00 |
| HSL | 125.45º | 0.97% | 0.87% | - |
| HSV(B) | 125.45º | 0.26% | 1% | - |
| XYZ | 65.92 | 85.47 | 64.06 | - |
| YUV | 227.43 | 109.13 | 99.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 254 | 194 | 0.26 | 0 | 0.24 | 0.00 | 125.45 | 0.97 | 0.87 |
| Hex | BC | FE | C2 | 1A | 0 | 18 | 0 | 7D | 61 | 57 |
| Octal | 274 | 376 | 302 | 32 | 0 | 30 | 0 | 175 | 141 | 127 |
| Binary | 10111100 | 11111110 | 11000010 | 11010 | 0 | 11000 | 0 | 1111101 | 1100001 | 1010111 |
Color Harmonies of #BCFEC2
Complementary color
Monochromatic Colors of #BCFEC2
Black with #BCFEC2
Text Example
Text Example
White with #BCFEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFEC2; }
p { color: rgb(188,254,194); }
H1.HeaderClassName
{
color: #BCFEC2;
}
.AnyTagClassName
{
color: #BCFEC2;
}
</style>
background-color css
<style>
a { background-color: #BCFEC2; }
a { background-color: rgb(188,254,194); }
div.DivClassName
{
background-color: #BCFEC2;
}
.BgClassName
{
background-color: #BCFEC2;
}
</style>
border-color css
<style>
span { border-color: #BCFEC2; }
span { border-color: rgb(188,254,194); }
td.TdClassName
{
border-color: #BCFEC2;
}
.TagClassName
{
border-color: #BCFEC2;
}
</style>