Shades of Granny Apple #BEFEC0
Tints of Granny Apple #BEFEC0
RGB
CMYK
RGB Variations
Color information
#BEFEC0 (or 0xBEFEC0) is known color: Granny Apple. HEX triplet: BE, FE and C0. RGB value is (190,254,192). Sum of RGB (Red+Green+Blue) = 190+254+192=636 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.87% from 636); Green value is 254 (99.61% from 255 or 39.94% from 636); Blue value is 192 (75.39% from 255 or 30.19% from 636); Max value from RGB is 254 - color contains mainly: green. Hex color #BEFEC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFEC0 is #41013F. Grayscale: #E3E3E3. Windows color (decimal): -4260160 or 12648126. OLE color: 12648126.
HSL color Cylindrical-coordinate representation of color #BEFEC0: hue angle of 121.88º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BEFEC0 is Cyan = 0.25, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 190 | 254 | 192 | - |
| CMYK | 0.25 | 0 | 0.24 | 0.00 |
| HSL | 121.88º | 0.97% | 0.87% | - |
| HSV(B) | 121.88º | 0.25% | 1% | - |
| XYZ | 66.19 | 85.64 | 62.91 | - |
| YUV | 227.8 | 107.8 | 101.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 254 | 192 | 0.25 | 0 | 0.24 | 0.00 | 121.88 | 0.97 | 0.87 |
| Hex | BE | FE | C0 | 19 | 0 | 18 | 0 | 7A | 61 | 57 |
| Octal | 276 | 376 | 300 | 31 | 0 | 30 | 0 | 172 | 141 | 127 |
| Binary | 10111110 | 11111110 | 11000000 | 11001 | 0 | 11000 | 0 | 1111010 | 1100001 | 1010111 |
Color Harmonies of #BEFEC0
Complementary color
Monochromatic Colors of #BEFEC0
Black with #BEFEC0
Text Example
Text Example
White with #BEFEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFEC0; }
p { color: rgb(190,254,192); }
H1.HeaderClassName
{
color: #BEFEC0;
}
.AnyTagClassName
{
color: #BEFEC0;
}
</style>
background-color css
<style>
a { background-color: #BEFEC0; }
a { background-color: rgb(190,254,192); }
div.DivClassName
{
background-color: #BEFEC0;
}
.BgClassName
{
background-color: #BEFEC0;
}
</style>
border-color css
<style>
span { border-color: #BEFEC0; }
span { border-color: rgb(190,254,192); }
td.TdClassName
{
border-color: #BEFEC0;
}
.TagClassName
{
border-color: #BEFEC0;
}
</style>