Shades of Granny Apple #BEFBD1
Tints of Granny Apple #BEFBD1
RGB
CMYK
RGB Variations
Color information
#BEFBD1 (or 0xBEFBD1) is known color: Granny Apple. HEX triplet: BE, FB and D1. RGB value is (190,251,209). Sum of RGB (Red+Green+Blue) = 190+251+209=650 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.23% from 650); Green value is 251 (98.44% from 255 or 38.62% from 650); Blue value is 209 (82.03% from 255 or 32.15% from 650); Max value from RGB is 251 - color contains mainly: green. Hex color #BEFBD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFBD1 is #41042E. Grayscale: #E4E4E4. Windows color (decimal): -4260911 or 13761470. OLE color: 13761470.
HSL color Cylindrical-coordinate representation of color #BEFBD1: hue angle of 138.69º degrees, saturation: 0.88, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BEFBD1 is Cyan = 0.24, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 190 | 251 | 209 | - |
| CMYK | 0.24 | 0 | 0.17 | 0.02 |
| HSL | 138.69º | 0.88% | 0.86% | - |
| HSV(B) | 138.69º | 0.24% | 0.98% | - |
| XYZ | 67.24 | 84.54 | 73.1 | - |
| YUV | 227.97 | 117.29 | 100.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 251 | 209 | 0.24 | 0 | 0.17 | 0.02 | 138.69 | 0.88 | 0.86 |
| Hex | BE | FB | D1 | 18 | 0 | 11 | 2 | 8B | 58 | 56 |
| Octal | 276 | 373 | 321 | 30 | 0 | 21 | 2 | 213 | 130 | 126 |
| Binary | 10111110 | 11111011 | 11010001 | 11000 | 0 | 10001 | 10 | 10001011 | 1011000 | 1010110 |
Color Harmonies of #BEFBD1
Complementary color
Monochromatic Colors of #BEFBD1
Black with #BEFBD1
Text Example
Text Example
White with #BEFBD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFBD1; }
p { color: rgb(190,251,209); }
H1.HeaderClassName
{
color: #BEFBD1;
}
.AnyTagClassName
{
color: #BEFBD1;
}
</style>
background-color css
<style>
a { background-color: #BEFBD1; }
a { background-color: rgb(190,251,209); }
div.DivClassName
{
background-color: #BEFBD1;
}
.BgClassName
{
background-color: #BEFBD1;
}
</style>
border-color css
<style>
span { border-color: #BEFBD1; }
span { border-color: rgb(190,251,209); }
td.TdClassName
{
border-color: #BEFBD1;
}
.TagClassName
{
border-color: #BEFBD1;
}
</style>