Shades of Granny Apple #BEF1C5
Tints of Granny Apple #BEF1C5
RGB
CMYK
RGB Variations
Color information
#BEF1C5 (or 0xBEF1C5) is known color: Granny Apple. HEX triplet: BE, F1 and C5. RGB value is (190,241,197). Sum of RGB (Red+Green+Blue) = 190+241+197=628 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.25% from 628); Green value is 241 (94.53% from 255 or 38.38% from 628); Blue value is 197 (77.34% from 255 or 31.37% from 628); Max value from RGB is 241 - color contains mainly: green. Hex color #BEF1C5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF1C5 is #410E3A. Grayscale: #DCDCDC. Windows color (decimal): -4263483 or 12972478. OLE color: 12972478.
HSL color Cylindrical-coordinate representation of color #BEF1C5: hue angle of 128.24º degrees, saturation: 0.65, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BEF1C5 is Cyan = 0.21, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 190 | 241 | 197 | - |
| CMYK | 0.21 | 0 | 0.18 | 0.05 |
| HSL | 128.24º | 0.65% | 0.85% | - |
| HSV(B) | 128.24º | 0.21% | 0.95% | - |
| XYZ | 62.77 | 77.89 | 64.55 | - |
| YUV | 220.74 | 114.6 | 106.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 241 | 197 | 0.21 | 0 | 0.18 | 0.05 | 128.24 | 0.65 | 0.85 |
| Hex | BE | F1 | C5 | 15 | 0 | 12 | 5 | 80 | 41 | 55 |
| Octal | 276 | 361 | 305 | 25 | 0 | 22 | 5 | 200 | 101 | 125 |
| Binary | 10111110 | 11110001 | 11000101 | 10101 | 0 | 10010 | 101 | 10000000 | 1000001 | 1010101 |
Color Harmonies of #BEF1C5
Complementary color
Monochromatic Colors of #BEF1C5
Black with #BEF1C5
Text Example
Text Example
White with #BEF1C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF1C5; }
p { color: rgb(190,241,197); }
H1.HeaderClassName
{
color: #BEF1C5;
}
.AnyTagClassName
{
color: #BEF1C5;
}
</style>
background-color css
<style>
a { background-color: #BEF1C5; }
a { background-color: rgb(190,241,197); }
div.DivClassName
{
background-color: #BEF1C5;
}
.BgClassName
{
background-color: #BEF1C5;
}
</style>
border-color css
<style>
span { border-color: #BEF1C5; }
span { border-color: rgb(190,241,197); }
td.TdClassName
{
border-color: #BEF1C5;
}
.TagClassName
{
border-color: #BEF1C5;
}
</style>