Shades of Granny Apple #BEEFD0
Tints of Granny Apple #BEEFD0
RGB
CMYK
RGB Variations
Color information
#BEEFD0 (or 0xBEEFD0) is known color: Granny Apple. HEX triplet: BE, EF and D0. RGB value is (190,239,208). Sum of RGB (Red+Green+Blue) = 190+239+208=637 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.83% from 637); Green value is 239 (93.75% from 255 or 37.52% from 637); Blue value is 208 (81.64% from 255 or 32.65% from 637); Max value from RGB is 239 - color contains mainly: green. Hex color #BEEFD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEEFD0 is #41102F. Grayscale: #DCDCDC. Windows color (decimal): -4263984 or 13692862. OLE color: 13692862.
HSL color Cylindrical-coordinate representation of color #BEEFD0: hue angle of 142.04º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BEEFD0 is Cyan = 0.21, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 190 | 239 | 208 | - |
| CMYK | 0.21 | 0 | 0.13 | 0.06 |
| HSL | 142.04º | 0.6% | 0.84% | - |
| HSV(B) | 142.04º | 0.21% | 0.94% | - |
| XYZ | 63.49 | 77.23 | 71.24 | - |
| YUV | 220.82 | 120.77 | 106.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 239 | 208 | 0.21 | 0 | 0.13 | 0.06 | 142.04 | 0.6 | 0.84 |
| Hex | BE | EF | D0 | 15 | 0 | D | 6 | 8E | 3C | 54 |
| Octal | 276 | 357 | 320 | 25 | 0 | 15 | 6 | 216 | 74 | 124 |
| Binary | 10111110 | 11101111 | 11010000 | 10101 | 0 | 1101 | 110 | 10001110 | 111100 | 1010100 |
Color Harmonies of #BEEFD0
Complementary color
Monochromatic Colors of #BEEFD0
Black with #BEEFD0
Text Example
Text Example
White with #BEEFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEEFD0; }
p { color: rgb(190,239,208); }
H1.HeaderClassName
{
color: #BEEFD0;
}
.AnyTagClassName
{
color: #BEEFD0;
}
</style>
background-color css
<style>
a { background-color: #BEEFD0; }
a { background-color: rgb(190,239,208); }
div.DivClassName
{
background-color: #BEEFD0;
}
.BgClassName
{
background-color: #BEEFD0;
}
</style>
border-color css
<style>
span { border-color: #BEEFD0; }
span { border-color: rgb(190,239,208); }
td.TdClassName
{
border-color: #BEEFD0;
}
.TagClassName
{
border-color: #BEEFD0;
}
</style>