Shades of Granny Apple #BEFAC1
Tints of Granny Apple #BEFAC1
RGB
CMYK
RGB Variations
Color information
#BEFAC1 (or 0xBEFAC1) is known color: Granny Apple. HEX triplet: BE, FA and C1. RGB value is (190,250,193). Sum of RGB (Red+Green+Blue) = 190+250+193=633 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.02% from 633); Green value is 250 (98.05% from 255 or 39.49% from 633); Blue value is 193 (75.78% from 255 or 30.49% from 633); Max value from RGB is 250 - color contains mainly: green. Hex color #BEFAC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFAC1 is #41053E. Grayscale: #E1E1E1. Windows color (decimal): -4261183 or 12712638. OLE color: 12712638.
HSL color Cylindrical-coordinate representation of color #BEFAC1: hue angle of 123º 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 #BEFAC1 is Cyan = 0.24, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 190 | 250 | 193 | - |
| CMYK | 0.24 | 0 | 0.23 | 0.02 |
| HSL | 123º | 0.86% | 0.86% | - |
| HSV(B) | 123º | 0.24% | 0.98% | - |
| XYZ | 65.05 | 83.17 | 63.08 | - |
| YUV | 225.56 | 109.62 | 102.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 250 | 193 | 0.24 | 0 | 0.23 | 0.02 | 123 | 0.86 | 0.86 |
| Hex | BE | FA | C1 | 18 | 0 | 17 | 2 | 7B | 56 | 56 |
| Octal | 276 | 372 | 301 | 30 | 0 | 27 | 2 | 173 | 126 | 126 |
| Binary | 10111110 | 11111010 | 11000001 | 11000 | 0 | 10111 | 10 | 1111011 | 1010110 | 1010110 |
Color Harmonies of #BEFAC1
Complementary color
Monochromatic Colors of #BEFAC1
Black with #BEFAC1
Text Example
Text Example
White with #BEFAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFAC1; }
p { color: rgb(190,250,193); }
H1.HeaderClassName
{
color: #BEFAC1;
}
.AnyTagClassName
{
color: #BEFAC1;
}
</style>
background-color css
<style>
a { background-color: #BEFAC1; }
a { background-color: rgb(190,250,193); }
div.DivClassName
{
background-color: #BEFAC1;
}
.BgClassName
{
background-color: #BEFAC1;
}
</style>
border-color css
<style>
span { border-color: #BEFAC1; }
span { border-color: rgb(190,250,193); }
td.TdClassName
{
border-color: #BEFAC1;
}
.TagClassName
{
border-color: #BEFAC1;
}
</style>