Shades of Granny Apple #BEF7CA
Tints of Granny Apple #BEF7CA
RGB
CMYK
RGB Variations
Color information
#BEF7CA (or 0xBEF7CA) is known color: Granny Apple. HEX triplet: BE, F7 and CA. RGB value is (190,247,202). Sum of RGB (Red+Green+Blue) = 190+247+202=639 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.73% from 639); Green value is 247 (96.88% from 255 or 38.65% from 639); Blue value is 202 (79.30% from 255 or 31.61% from 639); Max value from RGB is 247 - color contains mainly: green. Hex color #BEF7CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF7CA is #410835. Grayscale: #E0E0E0. Windows color (decimal): -4261942 or 13301694. OLE color: 13301694.
HSL color Cylindrical-coordinate representation of color #BEF7CA: hue angle of 132.63º 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 #BEF7CA is Cyan = 0.23, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 190 | 247 | 202 | - |
| CMYK | 0.23 | 0 | 0.18 | 0.03 |
| HSL | 132.63º | 0.78% | 0.86% | - |
| HSV(B) | 132.63º | 0.23% | 0.97% | - |
| XYZ | 65.16 | 81.73 | 68.22 | - |
| YUV | 224.83 | 115.12 | 103.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 247 | 202 | 0.23 | 0 | 0.18 | 0.03 | 132.63 | 0.78 | 0.86 |
| Hex | BE | F7 | CA | 17 | 0 | 12 | 3 | 85 | 4E | 56 |
| Octal | 276 | 367 | 312 | 27 | 0 | 22 | 3 | 205 | 116 | 126 |
| Binary | 10111110 | 11110111 | 11001010 | 10111 | 0 | 10010 | 11 | 10000101 | 1001110 | 1010110 |
Color Harmonies of #BEF7CA
Complementary color
Monochromatic Colors of #BEF7CA
Black with #BEF7CA
Text Example
Text Example
White with #BEF7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF7CA; }
p { color: rgb(190,247,202); }
H1.HeaderClassName
{
color: #BEF7CA;
}
.AnyTagClassName
{
color: #BEF7CA;
}
</style>
background-color css
<style>
a { background-color: #BEF7CA; }
a { background-color: rgb(190,247,202); }
div.DivClassName
{
background-color: #BEF7CA;
}
.BgClassName
{
background-color: #BEF7CA;
}
</style>
border-color css
<style>
span { border-color: #BEF7CA; }
span { border-color: rgb(190,247,202); }
td.TdClassName
{
border-color: #BEF7CA;
}
.TagClassName
{
border-color: #BEF7CA;
}
</style>