Shades of Granny Apple #BEFEC2
Tints of Granny Apple #BEFEC2
RGB
CMYK
RGB Variations
Color information
#BEFEC2 (or 0xBEFEC2) is known color: Granny Apple. HEX triplet: BE, FE and C2. RGB value is (190,254,194). Sum of RGB (Red+Green+Blue) = 190+254+194=638 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.78% from 638); Green value is 254 (99.61% from 255 or 39.81% from 638); Blue value is 194 (76.17% from 255 or 30.41% from 638); Max value from RGB is 254 - color contains mainly: green. Hex color #BEFEC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFEC2 is #41013D. Grayscale: #E4E4E4. Windows color (decimal): -4260158 or 12779198. OLE color: 12779198.
HSL color Cylindrical-coordinate representation of color #BEFEC2: hue angle of 123.75º 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 #BEFEC2 is Cyan = 0.25, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 190 | 254 | 194 | - |
| CMYK | 0.25 | 0 | 0.24 | 0.00 |
| HSL | 123.75º | 0.97% | 0.87% | - |
| HSV(B) | 123.75º | 0.25% | 1% | - |
| XYZ | 66.41 | 85.73 | 64.09 | - |
| YUV | 228.02 | 108.8 | 100.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 254 | 194 | 0.25 | 0 | 0.24 | 0.00 | 123.75 | 0.97 | 0.87 |
| Hex | BE | FE | C2 | 19 | 0 | 18 | 0 | 7C | 61 | 57 |
| Octal | 276 | 376 | 302 | 31 | 0 | 30 | 0 | 174 | 141 | 127 |
| Binary | 10111110 | 11111110 | 11000010 | 11001 | 0 | 11000 | 0 | 1111100 | 1100001 | 1010111 |
Color Harmonies of #BEFEC2
Complementary color
Monochromatic Colors of #BEFEC2
Black with #BEFEC2
Text Example
Text Example
White with #BEFEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFEC2; }
p { color: rgb(190,254,194); }
H1.HeaderClassName
{
color: #BEFEC2;
}
.AnyTagClassName
{
color: #BEFEC2;
}
</style>
background-color css
<style>
a { background-color: #BEFEC2; }
a { background-color: rgb(190,254,194); }
div.DivClassName
{
background-color: #BEFEC2;
}
.BgClassName
{
background-color: #BEFEC2;
}
</style>
border-color css
<style>
span { border-color: #BEFEC2; }
span { border-color: rgb(190,254,194); }
td.TdClassName
{
border-color: #BEFEC2;
}
.TagClassName
{
border-color: #BEFEC2;
}
</style>