Shades of Granny Apple #BEF5C5
Tints of Granny Apple #BEF5C5
RGB
CMYK
RGB Variations
Color information
#BEF5C5 (or 0xBEF5C5) is known color: Granny Apple. HEX triplet: BE, F5 and C5. RGB value is (190,245,197). Sum of RGB (Red+Green+Blue) = 190+245+197=632 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.06% from 632); Green value is 245 (96.09% from 255 or 38.77% from 632); Blue value is 197 (77.34% from 255 or 31.17% from 632); Max value from RGB is 245 - color contains mainly: green. Hex color #BEF5C5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF5C5 is #410A3A. Grayscale: #DFDFDF. Windows color (decimal): -4262459 or 12973502. OLE color: 12973502.
HSL color Cylindrical-coordinate representation of color #BEF5C5: hue angle of 127.64º degrees, saturation: 0.73, 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 #BEF5C5 is Cyan = 0.22, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 190 | 245 | 197 | - |
| CMYK | 0.22 | 0 | 0.20 | 0.04 |
| HSL | 127.64º | 0.73% | 0.85% | - |
| HSV(B) | 127.64º | 0.22% | 0.96% | - |
| XYZ | 63.97 | 80.28 | 64.95 | - |
| YUV | 223.08 | 113.28 | 104.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 245 | 197 | 0.22 | 0 | 0.20 | 0.04 | 127.64 | 0.73 | 0.85 |
| Hex | BE | F5 | C5 | 16 | 0 | 14 | 4 | 80 | 49 | 55 |
| Octal | 276 | 365 | 305 | 26 | 0 | 24 | 4 | 200 | 111 | 125 |
| Binary | 10111110 | 11110101 | 11000101 | 10110 | 0 | 10100 | 100 | 10000000 | 1001001 | 1010101 |
Color Harmonies of #BEF5C5
Complementary color
Monochromatic Colors of #BEF5C5
Black with #BEF5C5
Text Example
Text Example
White with #BEF5C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF5C5; }
p { color: rgb(190,245,197); }
H1.HeaderClassName
{
color: #BEF5C5;
}
.AnyTagClassName
{
color: #BEF5C5;
}
</style>
background-color css
<style>
a { background-color: #BEF5C5; }
a { background-color: rgb(190,245,197); }
div.DivClassName
{
background-color: #BEF5C5;
}
.BgClassName
{
background-color: #BEF5C5;
}
</style>
border-color css
<style>
span { border-color: #BEF5C5; }
span { border-color: rgb(190,245,197); }
td.TdClassName
{
border-color: #BEF5C5;
}
.TagClassName
{
border-color: #BEF5C5;
}
</style>