Shades of Granny Apple #BEF8CA
Tints of Granny Apple #BEF8CA
RGB
CMYK
RGB Variations
Color information
#BEF8CA (or 0xBEF8CA) is known color: Granny Apple. HEX triplet: BE, F8 and CA. RGB value is (190,248,202). Sum of RGB (Red+Green+Blue) = 190+248+202=640 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.69% from 640); Green value is 248 (97.27% from 255 or 38.75% from 640); Blue value is 202 (79.30% from 255 or 31.56% from 640); Max value from RGB is 248 - color contains mainly: green. Hex color #BEF8CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF8CA is #410735. Grayscale: #E1E1E1. Windows color (decimal): -4261686 or 13301950. OLE color: 13301950.
HSL color Cylindrical-coordinate representation of color #BEF8CA: hue angle of 132.41º degrees, saturation: 0.81, 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 #BEF8CA is Cyan = 0.23, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 190 | 248 | 202 | - |
| CMYK | 0.23 | 0 | 0.19 | 0.03 |
| HSL | 132.41º | 0.81% | 0.86% | - |
| HSV(B) | 132.41º | 0.23% | 0.97% | - |
| XYZ | 65.46 | 82.35 | 68.32 | - |
| YUV | 225.41 | 114.78 | 102.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 248 | 202 | 0.23 | 0 | 0.19 | 0.03 | 132.41 | 0.81 | 0.86 |
| Hex | BE | F8 | CA | 17 | 0 | 13 | 3 | 84 | 51 | 56 |
| Octal | 276 | 370 | 312 | 27 | 0 | 23 | 3 | 204 | 121 | 126 |
| Binary | 10111110 | 11111000 | 11001010 | 10111 | 0 | 10011 | 11 | 10000100 | 1010001 | 1010110 |
Color Harmonies of #BEF8CA
Complementary color
Monochromatic Colors of #BEF8CA
Black with #BEF8CA
Text Example
Text Example
White with #BEF8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF8CA; }
p { color: rgb(190,248,202); }
H1.HeaderClassName
{
color: #BEF8CA;
}
.AnyTagClassName
{
color: #BEF8CA;
}
</style>
background-color css
<style>
a { background-color: #BEF8CA; }
a { background-color: rgb(190,248,202); }
div.DivClassName
{
background-color: #BEF8CA;
}
.BgClassName
{
background-color: #BEF8CA;
}
</style>
border-color css
<style>
span { border-color: #BEF8CA; }
span { border-color: rgb(190,248,202); }
td.TdClassName
{
border-color: #BEF8CA;
}
.TagClassName
{
border-color: #BEF8CA;
}
</style>