Shades of Granny Apple #BEF4C6
Tints of Granny Apple #BEF4C6
RGB
CMYK
RGB Variations
Color information
#BEF4C6 (or 0xBEF4C6) is known color: Granny Apple. HEX triplet: BE, F4 and C6. RGB value is (190,244,198). Sum of RGB (Red+Green+Blue) = 190+244+198=632 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.06% from 632); Green value is 244 (95.70% from 255 or 38.61% from 632); Blue value is 198 (77.73% from 255 or 31.33% from 632); Max value from RGB is 244 - color contains mainly: green. Hex color #BEF4C6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF4C6 is #410B39. Grayscale: #DEDEDE. Windows color (decimal): -4262714 or 13038782. OLE color: 13038782.
HSL color Cylindrical-coordinate representation of color #BEF4C6: hue angle of 128.89º degrees, saturation: 0.71, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BEF4C6 is Cyan = 0.22, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 190 | 244 | 198 | - |
| CMYK | 0.22 | 0 | 0.19 | 0.04 |
| HSL | 128.89º | 0.71% | 0.85% | - |
| HSV(B) | 128.89º | 0.22% | 0.96% | - |
| XYZ | 63.78 | 79.73 | 65.45 | - |
| YUV | 222.61 | 114.11 | 104.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 244 | 198 | 0.22 | 0 | 0.19 | 0.04 | 128.89 | 0.71 | 0.85 |
| Hex | BE | F4 | C6 | 16 | 0 | 13 | 4 | 81 | 47 | 55 |
| Octal | 276 | 364 | 306 | 26 | 0 | 23 | 4 | 201 | 107 | 125 |
| Binary | 10111110 | 11110100 | 11000110 | 10110 | 0 | 10011 | 100 | 10000001 | 1000111 | 1010101 |
Color Harmonies of #BEF4C6
Complementary color
Monochromatic Colors of #BEF4C6
Black with #BEF4C6
Text Example
Text Example
White with #BEF4C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF4C6; }
p { color: rgb(190,244,198); }
H1.HeaderClassName
{
color: #BEF4C6;
}
.AnyTagClassName
{
color: #BEF4C6;
}
</style>
background-color css
<style>
a { background-color: #BEF4C6; }
a { background-color: rgb(190,244,198); }
div.DivClassName
{
background-color: #BEF4C6;
}
.BgClassName
{
background-color: #BEF4C6;
}
</style>
border-color css
<style>
span { border-color: #BEF4C6; }
span { border-color: rgb(190,244,198); }
td.TdClassName
{
border-color: #BEF4C6;
}
.TagClassName
{
border-color: #BEF4C6;
}
</style>