Shades of Granny Apple #BEF8C8
Tints of Granny Apple #BEF8C8
RGB
CMYK
RGB Variations
Color information
#BEF8C8 (or 0xBEF8C8) is known color: Granny Apple. HEX triplet: BE, F8 and C8. RGB value is (190,248,200). Sum of RGB (Red+Green+Blue) = 190+248+200=638 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.78% from 638); Green value is 248 (97.27% from 255 or 38.87% from 638); Blue value is 200 (78.52% from 255 or 31.35% from 638); Max value from RGB is 248 - color contains mainly: green. Hex color #BEF8C8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF8C8 is #410737. Grayscale: #E1E1E1. Windows color (decimal): -4261688 or 13170878. OLE color: 13170878.
HSL color Cylindrical-coordinate representation of color #BEF8C8: hue angle of 130.34º 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 #BEF8C8 is Cyan = 0.23, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 190 | 248 | 200 | - |
| CMYK | 0.23 | 0 | 0.19 | 0.03 |
| HSL | 130.34º | 0.81% | 0.86% | - |
| HSV(B) | 130.34º | 0.23% | 0.97% | - |
| XYZ | 65.23 | 82.25 | 67.08 | - |
| YUV | 225.19 | 113.78 | 102.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 248 | 200 | 0.23 | 0 | 0.19 | 0.03 | 130.34 | 0.81 | 0.86 |
| Hex | BE | F8 | C8 | 17 | 0 | 13 | 3 | 82 | 51 | 56 |
| Octal | 276 | 370 | 310 | 27 | 0 | 23 | 3 | 202 | 121 | 126 |
| Binary | 10111110 | 11111000 | 11001000 | 10111 | 0 | 10011 | 11 | 10000010 | 1010001 | 1010110 |
Color Harmonies of #BEF8C8
Complementary color
Monochromatic Colors of #BEF8C8
Black with #BEF8C8
Text Example
Text Example
White with #BEF8C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF8C8; }
p { color: rgb(190,248,200); }
H1.HeaderClassName
{
color: #BEF8C8;
}
.AnyTagClassName
{
color: #BEF8C8;
}
</style>
background-color css
<style>
a { background-color: #BEF8C8; }
a { background-color: rgb(190,248,200); }
div.DivClassName
{
background-color: #BEF8C8;
}
.BgClassName
{
background-color: #BEF8C8;
}
</style>
border-color css
<style>
span { border-color: #BEF8C8; }
span { border-color: rgb(190,248,200); }
td.TdClassName
{
border-color: #BEF8C8;
}
.TagClassName
{
border-color: #BEF8C8;
}
</style>