Shades of Granny Apple #BEF7C1
Tints of Granny Apple #BEF7C1
RGB
CMYK
RGB Variations
Color information
#BEF7C1 (or 0xBEF7C1) is known color: Granny Apple. HEX triplet: BE, F7 and C1. RGB value is (190,247,193). Sum of RGB (Red+Green+Blue) = 190+247+193=630 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.16% from 630); Green value is 247 (96.88% from 255 or 39.21% from 630); Blue value is 193 (75.78% from 255 or 30.63% from 630); Max value from RGB is 247 - color contains mainly: green. Hex color #BEF7C1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF7C1 is #41083E. Grayscale: #DFDFDF. Windows color (decimal): -4261951 or 12711870. OLE color: 12711870.
HSL color Cylindrical-coordinate representation of color #BEF7C1: hue angle of 123.16º degrees, saturation: 0.78, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BEF7C1 is Cyan = 0.23, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 190 | 247 | 193 | - |
| CMYK | 0.23 | 0 | 0.22 | 0.03 |
| HSL | 123.16º | 0.78% | 0.86% | - |
| HSV(B) | 123.16º | 0.23% | 0.97% | - |
| XYZ | 64.12 | 81.32 | 62.77 | - |
| YUV | 223.8 | 110.62 | 103.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 247 | 193 | 0.23 | 0 | 0.22 | 0.03 | 123.16 | 0.78 | 0.86 |
| Hex | BE | F7 | C1 | 17 | 0 | 16 | 3 | 7B | 4E | 56 |
| Octal | 276 | 367 | 301 | 27 | 0 | 26 | 3 | 173 | 116 | 126 |
| Binary | 10111110 | 11110111 | 11000001 | 10111 | 0 | 10110 | 11 | 1111011 | 1001110 | 1010110 |
Color Harmonies of #BEF7C1
Complementary color
Monochromatic Colors of #BEF7C1
Black with #BEF7C1
Text Example
Text Example
White with #BEF7C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF7C1; }
p { color: rgb(190,247,193); }
H1.HeaderClassName
{
color: #BEF7C1;
}
.AnyTagClassName
{
color: #BEF7C1;
}
</style>
background-color css
<style>
a { background-color: #BEF7C1; }
a { background-color: rgb(190,247,193); }
div.DivClassName
{
background-color: #BEF7C1;
}
.BgClassName
{
background-color: #BEF7C1;
}
</style>
border-color css
<style>
span { border-color: #BEF7C1; }
span { border-color: rgb(190,247,193); }
td.TdClassName
{
border-color: #BEF7C1;
}
.TagClassName
{
border-color: #BEF7C1;
}
</style>