Shades of Granny Apple #BEFACF
Tints of Granny Apple #BEFACF
RGB
CMYK
RGB Variations
Color information
#BEFACF (or 0xBEFACF) is known color: Granny Apple. HEX triplet: BE, FA and CF. RGB value is (190,250,207). Sum of RGB (Red+Green+Blue) = 190+250+207=647 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.37% from 647); Green value is 250 (98.05% from 255 or 38.64% from 647); Blue value is 207 (81.25% from 255 or 31.99% from 647); Max value from RGB is 250 - color contains mainly: green. Hex color #BEFACF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFACF is #410530. Grayscale: #E3E3E3. Windows color (decimal): -4261169 or 13630142. OLE color: 13630142.
HSL color Cylindrical-coordinate representation of color #BEFACF: hue angle of 137º degrees, saturation: 0.86, 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 #BEFACF is Cyan = 0.24, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 190 | 250 | 207 | - |
| CMYK | 0.24 | 0 | 0.17 | 0.02 |
| HSL | 137º | 0.86% | 0.86% | - |
| HSV(B) | 137º | 0.24% | 0.98% | - |
| XYZ | 66.68 | 83.82 | 71.7 | - |
| YUV | 227.16 | 116.62 | 101.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 250 | 207 | 0.24 | 0 | 0.17 | 0.02 | 137 | 0.86 | 0.86 |
| Hex | BE | FA | CF | 18 | 0 | 11 | 2 | 89 | 56 | 56 |
| Octal | 276 | 372 | 317 | 30 | 0 | 21 | 2 | 211 | 126 | 126 |
| Binary | 10111110 | 11111010 | 11001111 | 11000 | 0 | 10001 | 10 | 10001001 | 1010110 | 1010110 |
Color Harmonies of #BEFACF
Complementary color
Monochromatic Colors of #BEFACF
Black with #BEFACF
Text Example
Text Example
White with #BEFACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFACF; }
p { color: rgb(190,250,207); }
H1.HeaderClassName
{
color: #BEFACF;
}
.AnyTagClassName
{
color: #BEFACF;
}
</style>
background-color css
<style>
a { background-color: #BEFACF; }
a { background-color: rgb(190,250,207); }
div.DivClassName
{
background-color: #BEFACF;
}
.BgClassName
{
background-color: #BEFACF;
}
</style>
border-color css
<style>
span { border-color: #BEFACF; }
span { border-color: rgb(190,250,207); }
td.TdClassName
{
border-color: #BEFACF;
}
.TagClassName
{
border-color: #BEFACF;
}
</style>