Shades of Granny Apple #BEF5CA
Tints of Granny Apple #BEF5CA
RGB
CMYK
RGB Variations
Color information
#BEF5CA (or 0xBEF5CA) is known color: Granny Apple. HEX triplet: BE, F5 and CA. RGB value is (190,245,202). Sum of RGB (Red+Green+Blue) = 190+245+202=637 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.83% from 637); Green value is 245 (96.09% from 255 or 38.46% from 637); Blue value is 202 (79.30% from 255 or 31.71% from 637); Max value from RGB is 245 - color contains mainly: green. Hex color #BEF5CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF5CA is #410A35. Grayscale: #DFDFDF. Windows color (decimal): -4262454 or 13301182. OLE color: 13301182.
HSL color Cylindrical-coordinate representation of color #BEF5CA: hue angle of 133.09º 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 #BEF5CA is Cyan = 0.22, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 190 | 245 | 202 | - |
| CMYK | 0.22 | 0 | 0.18 | 0.04 |
| HSL | 133.09º | 0.73% | 0.85% | - |
| HSV(B) | 133.09º | 0.22% | 0.96% | - |
| XYZ | 64.55 | 80.52 | 68.02 | - |
| YUV | 223.65 | 115.78 | 104 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 245 | 202 | 0.22 | 0 | 0.18 | 0.04 | 133.09 | 0.73 | 0.85 |
| Hex | BE | F5 | CA | 16 | 0 | 12 | 4 | 85 | 49 | 55 |
| Octal | 276 | 365 | 312 | 26 | 0 | 22 | 4 | 205 | 111 | 125 |
| Binary | 10111110 | 11110101 | 11001010 | 10110 | 0 | 10010 | 100 | 10000101 | 1001001 | 1010101 |
Color Harmonies of #BEF5CA
Complementary color
Monochromatic Colors of #BEF5CA
Black with #BEF5CA
Text Example
Text Example
White with #BEF5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF5CA; }
p { color: rgb(190,245,202); }
H1.HeaderClassName
{
color: #BEF5CA;
}
.AnyTagClassName
{
color: #BEF5CA;
}
</style>
background-color css
<style>
a { background-color: #BEF5CA; }
a { background-color: rgb(190,245,202); }
div.DivClassName
{
background-color: #BEF5CA;
}
.BgClassName
{
background-color: #BEF5CA;
}
</style>
border-color css
<style>
span { border-color: #BEF5CA; }
span { border-color: rgb(190,245,202); }
td.TdClassName
{
border-color: #BEF5CA;
}
.TagClassName
{
border-color: #BEF5CA;
}
</style>