Shades of Granny Apple #BEF1D0
Tints of Granny Apple #BEF1D0
RGB
CMYK
RGB Variations
Color information
#BEF1D0 (or 0xBEF1D0) is known color: Granny Apple. HEX triplet: BE, F1 and D0. RGB value is (190,241,208). Sum of RGB (Red+Green+Blue) = 190+241+208=639 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.73% from 639); Green value is 241 (94.53% from 255 or 37.72% from 639); Blue value is 208 (81.64% from 255 or 32.55% from 639); Max value from RGB is 241 - color contains mainly: green. Hex color #BEF1D0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF1D0 is #410E2F. Grayscale: #DEDEDE. Windows color (decimal): -4263472 or 13693374. OLE color: 13693374.
HSL color Cylindrical-coordinate representation of color #BEF1D0: hue angle of 141.18º 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 #BEF1D0 is Cyan = 0.21, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 190 | 241 | 208 | - |
| CMYK | 0.21 | 0 | 0.14 | 0.05 |
| HSL | 141.18º | 0.65% | 0.85% | - |
| HSV(B) | 141.18º | 0.21% | 0.95% | - |
| XYZ | 64.08 | 78.41 | 71.43 | - |
| YUV | 221.99 | 120.1 | 105.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 241 | 208 | 0.21 | 0 | 0.14 | 0.05 | 141.18 | 0.65 | 0.85 |
| Hex | BE | F1 | D0 | 15 | 0 | E | 5 | 8D | 41 | 55 |
| Octal | 276 | 361 | 320 | 25 | 0 | 16 | 5 | 215 | 101 | 125 |
| Binary | 10111110 | 11110001 | 11010000 | 10101 | 0 | 1110 | 101 | 10001101 | 1000001 | 1010101 |
Color Harmonies of #BEF1D0
Complementary color
Monochromatic Colors of #BEF1D0
Black with #BEF1D0
Text Example
Text Example
White with #BEF1D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF1D0; }
p { color: rgb(190,241,208); }
H1.HeaderClassName
{
color: #BEF1D0;
}
.AnyTagClassName
{
color: #BEF1D0;
}
</style>
background-color css
<style>
a { background-color: #BEF1D0; }
a { background-color: rgb(190,241,208); }
div.DivClassName
{
background-color: #BEF1D0;
}
.BgClassName
{
background-color: #BEF1D0;
}
</style>
border-color css
<style>
span { border-color: #BEF1D0; }
span { border-color: rgb(190,241,208); }
td.TdClassName
{
border-color: #BEF1D0;
}
.TagClassName
{
border-color: #BEF1D0;
}
</style>