Shades of Granny Apple #BEFECA
Tints of Granny Apple #BEFECA
RGB
CMYK
RGB Variations
Color information
#BEFECA (or 0xBEFECA) is known color: Granny Apple. HEX triplet: BE, FE and CA. RGB value is (190,254,202). Sum of RGB (Red+Green+Blue) = 190+254+202=646 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.41% from 646); Green value is 254 (99.61% from 255 or 39.32% from 646); Blue value is 202 (79.30% from 255 or 31.27% from 646); Max value from RGB is 254 - color contains mainly: green. Hex color #BEFECA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFECA is #410135. Grayscale: #E5E5E5. Windows color (decimal): -4260150 or 13303486. OLE color: 13303486.
HSL color Cylindrical-coordinate representation of color #BEFECA: hue angle of 131.25º 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 #BEFECA is Cyan = 0.25, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 190 | 254 | 202 | - |
| CMYK | 0.25 | 0 | 0.20 | 0.00 |
| HSL | 131.25º | 0.97% | 0.87% | - |
| HSV(B) | 131.25º | 0.25% | 1% | - |
| XYZ | 67.34 | 86.1 | 68.95 | - |
| YUV | 228.94 | 112.8 | 100.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 254 | 202 | 0.25 | 0 | 0.20 | 0.00 | 131.25 | 0.97 | 0.87 |
| Hex | BE | FE | CA | 19 | 0 | 14 | 0 | 83 | 61 | 57 |
| Octal | 276 | 376 | 312 | 31 | 0 | 24 | 0 | 203 | 141 | 127 |
| Binary | 10111110 | 11111110 | 11001010 | 11001 | 0 | 10100 | 0 | 10000011 | 1100001 | 1010111 |
Color Harmonies of #BEFECA
Complementary color
Monochromatic Colors of #BEFECA
Black with #BEFECA
Text Example
Text Example
White with #BEFECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFECA; }
p { color: rgb(190,254,202); }
H1.HeaderClassName
{
color: #BEFECA;
}
.AnyTagClassName
{
color: #BEFECA;
}
</style>
background-color css
<style>
a { background-color: #BEFECA; }
a { background-color: rgb(190,254,202); }
div.DivClassName
{
background-color: #BEFECA;
}
.BgClassName
{
background-color: #BEFECA;
}
</style>
border-color css
<style>
span { border-color: #BEFECA; }
span { border-color: rgb(190,254,202); }
td.TdClassName
{
border-color: #BEFECA;
}
.TagClassName
{
border-color: #BEFECA;
}
</style>