Shades of Granny Apple #BEFBC2
Tints of Granny Apple #BEFBC2
RGB
CMYK
RGB Variations
Color information
#BEFBC2 (or 0xBEFBC2) is known color: Granny Apple. HEX triplet: BE, FB and C2. RGB value is (190,251,194). Sum of RGB (Red+Green+Blue) = 190+251+194=635 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.92% from 635); Green value is 251 (98.44% from 255 or 39.53% from 635); Blue value is 194 (76.17% from 255 or 30.55% from 635); Max value from RGB is 251 - color contains mainly: green. Hex color #BEFBC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFBC2 is #41043D. Grayscale: #E2E2E2. Windows color (decimal): -4260926 or 12778430. OLE color: 12778430.
HSL color Cylindrical-coordinate representation of color #BEFBC2: hue angle of 123.93º 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 #BEFBC2 is Cyan = 0.24, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 190 | 251 | 194 | - |
| CMYK | 0.24 | 0 | 0.23 | 0.02 |
| HSL | 123.93º | 0.88% | 0.86% | - |
| HSV(B) | 123.93º | 0.24% | 0.98% | - |
| XYZ | 65.47 | 83.84 | 63.77 | - |
| YUV | 226.26 | 109.79 | 102.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 251 | 194 | 0.24 | 0 | 0.23 | 0.02 | 123.93 | 0.88 | 0.86 |
| Hex | BE | FB | C2 | 18 | 0 | 17 | 2 | 7C | 58 | 56 |
| Octal | 276 | 373 | 302 | 30 | 0 | 27 | 2 | 174 | 130 | 126 |
| Binary | 10111110 | 11111011 | 11000010 | 11000 | 0 | 10111 | 10 | 1111100 | 1011000 | 1010110 |
Color Harmonies of #BEFBC2
Complementary color
Monochromatic Colors of #BEFBC2
Black with #BEFBC2
Text Example
Text Example
White with #BEFBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFBC2; }
p { color: rgb(190,251,194); }
H1.HeaderClassName
{
color: #BEFBC2;
}
.AnyTagClassName
{
color: #BEFBC2;
}
</style>
background-color css
<style>
a { background-color: #BEFBC2; }
a { background-color: rgb(190,251,194); }
div.DivClassName
{
background-color: #BEFBC2;
}
.BgClassName
{
background-color: #BEFBC2;
}
</style>
border-color css
<style>
span { border-color: #BEFBC2; }
span { border-color: rgb(190,251,194); }
td.TdClassName
{
border-color: #BEFBC2;
}
.TagClassName
{
border-color: #BEFBC2;
}
</style>