Shades of Granny Apple #BEFECD
Tints of Granny Apple #BEFECD
RGB
CMYK
RGB Variations
Color information
#BEFECD (or 0xBEFECD) is known color: Granny Apple. HEX triplet: BE, FE and CD. RGB value is (190,254,205). Sum of RGB (Red+Green+Blue) = 190+254+205=649 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.28% from 649); Green value is 254 (99.61% from 255 or 39.14% from 649); Blue value is 205 (80.47% from 255 or 31.59% from 649); Max value from RGB is 254 - color contains mainly: green. Hex color #BEFECD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFECD is #410132. Grayscale: #E5E5E5. Windows color (decimal): -4260147 or 13500094. OLE color: 13500094.
HSL color Cylindrical-coordinate representation of color #BEFECD: hue angle of 134.06º 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 #BEFECD is Cyan = 0.25, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 190 | 254 | 205 | - |
| CMYK | 0.25 | 0 | 0.19 | 0.00 |
| HSL | 134.06º | 0.97% | 0.87% | - |
| HSV(B) | 134.06º | 0.25% | 1% | - |
| XYZ | 67.7 | 86.24 | 70.84 | - |
| YUV | 229.28 | 114.3 | 99.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 254 | 205 | 0.25 | 0 | 0.19 | 0.00 | 134.06 | 0.97 | 0.87 |
| Hex | BE | FE | CD | 19 | 0 | 13 | 0 | 86 | 61 | 57 |
| Octal | 276 | 376 | 315 | 31 | 0 | 23 | 0 | 206 | 141 | 127 |
| Binary | 10111110 | 11111110 | 11001101 | 11001 | 0 | 10011 | 0 | 10000110 | 1100001 | 1010111 |
Color Harmonies of #BEFECD
Complementary color
Monochromatic Colors of #BEFECD
Black with #BEFECD
Text Example
Text Example
White with #BEFECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFECD; }
p { color: rgb(190,254,205); }
H1.HeaderClassName
{
color: #BEFECD;
}
.AnyTagClassName
{
color: #BEFECD;
}
</style>
background-color css
<style>
a { background-color: #BEFECD; }
a { background-color: rgb(190,254,205); }
div.DivClassName
{
background-color: #BEFECD;
}
.BgClassName
{
background-color: #BEFECD;
}
</style>
border-color css
<style>
span { border-color: #BEFECD; }
span { border-color: rgb(190,254,205); }
td.TdClassName
{
border-color: #BEFECD;
}
.TagClassName
{
border-color: #BEFECD;
}
</style>