Shades of Granny Apple #BEFFC0
Tints of Granny Apple #BEFFC0
RGB
CMYK
RGB Variations
Color information
#BEFFC0 (or 0xBEFFC0) is known color: Granny Apple. HEX triplet: BE, FF and C0. RGB value is (190,255,192). Sum of RGB (Red+Green+Blue) = 190+255+192=637 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.83% from 637); Green value is 255 (100% from 255 or 40.03% from 637); Blue value is 192 (75.39% from 255 or 30.14% from 637); Max value from RGB is 255 - color contains mainly: green. Hex color #BEFFC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFFC0 is #41003F. Grayscale: #E4E4E4. Windows color (decimal): -4259904 or 12648382. OLE color: 12648382.
HSL color Cylindrical-coordinate representation of color #BEFFC0: hue angle of 121.85º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BEFFC0 is Cyan = 0.25, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 190 | 255 | 192 | - |
| CMYK | 0.25 | 0 | 0.25 | 0 |
| HSL | 121.85º | 1% | 0.87% | - |
| HSV(B) | 121.85º | 0.25% | 1% | - |
| XYZ | 66.51 | 86.27 | 63.02 | - |
| YUV | 228.38 | 107.47 | 100.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 255 | 192 | 0.25 | 0 | 0.25 | 0 | 121.85 | 1 | 0.87 |
| Hex | BE | FF | C0 | 19 | 0 | 19 | 0 | 7A | 64 | 57 |
| Octal | 276 | 377 | 300 | 31 | 0 | 31 | 0 | 172 | 144 | 127 |
| Binary | 10111110 | 11111111 | 11000000 | 11001 | 0 | 11001 | 0 | 1111010 | 1100100 | 1010111 |
Color Harmonies of #BEFFC0
Complementary color
Monochromatic Colors of #BEFFC0
Black with #BEFFC0
Text Example
Text Example
White with #BEFFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFFC0; }
p { color: rgb(190,255,192); }
H1.HeaderClassName
{
color: #BEFFC0;
}
.AnyTagClassName
{
color: #BEFFC0;
}
</style>
background-color css
<style>
a { background-color: #BEFFC0; }
a { background-color: rgb(190,255,192); }
div.DivClassName
{
background-color: #BEFFC0;
}
.BgClassName
{
background-color: #BEFFC0;
}
</style>
border-color css
<style>
span { border-color: #BEFFC0; }
span { border-color: rgb(190,255,192); }
td.TdClassName
{
border-color: #BEFFC0;
}
.TagClassName
{
border-color: #BEFFC0;
}
</style>