Shades of Granny Apple #BEFEC1
Tints of Granny Apple #BEFEC1
RGB
CMYK
RGB Variations
Color information
#BEFEC1 (or 0xBEFEC1) is known color: Granny Apple. HEX triplet: BE, FE and C1. RGB value is (190,254,193). Sum of RGB (Red+Green+Blue) = 190+254+193=637 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.83% from 637); Green value is 254 (99.61% from 255 or 39.87% from 637); Blue value is 193 (75.78% from 255 or 30.30% from 637); Max value from RGB is 254 - color contains mainly: green. Hex color #BEFEC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFEC1 is #41013E. Grayscale: #E4E4E4. Windows color (decimal): -4260159 or 12713662. OLE color: 12713662.
HSL color Cylindrical-coordinate representation of color #BEFEC1: hue angle of 122.81º 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 #BEFEC1 is Cyan = 0.25, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 190 | 254 | 193 | - |
| CMYK | 0.25 | 0 | 0.24 | 0.00 |
| HSL | 122.81º | 0.97% | 0.87% | - |
| HSV(B) | 122.81º | 0.25% | 1% | - |
| XYZ | 66.3 | 85.68 | 63.5 | - |
| YUV | 227.91 | 108.3 | 100.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 254 | 193 | 0.25 | 0 | 0.24 | 0.00 | 122.81 | 0.97 | 0.87 |
| Hex | BE | FE | C1 | 19 | 0 | 18 | 0 | 7B | 61 | 57 |
| Octal | 276 | 376 | 301 | 31 | 0 | 30 | 0 | 173 | 141 | 127 |
| Binary | 10111110 | 11111110 | 11000001 | 11001 | 0 | 11000 | 0 | 1111011 | 1100001 | 1010111 |
Color Harmonies of #BEFEC1
Complementary color
Monochromatic Colors of #BEFEC1
Black with #BEFEC1
Text Example
Text Example
White with #BEFEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFEC1; }
p { color: rgb(190,254,193); }
H1.HeaderClassName
{
color: #BEFEC1;
}
.AnyTagClassName
{
color: #BEFEC1;
}
</style>
background-color css
<style>
a { background-color: #BEFEC1; }
a { background-color: rgb(190,254,193); }
div.DivClassName
{
background-color: #BEFEC1;
}
.BgClassName
{
background-color: #BEFEC1;
}
</style>
border-color css
<style>
span { border-color: #BEFEC1; }
span { border-color: rgb(190,254,193); }
td.TdClassName
{
border-color: #BEFEC1;
}
.TagClassName
{
border-color: #BEFEC1;
}
</style>