Shades of Granny Apple #BEFFC7
Tints of Granny Apple #BEFFC7
RGB
CMYK
RGB Variations
Color information
#BEFFC7 (or 0xBEFFC7) is known color: Granny Apple. HEX triplet: BE, FF and C7. RGB value is (190,255,199). Sum of RGB (Red+Green+Blue) = 190+255+199=644 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.50% from 644); Green value is 255 (100% from 255 or 39.60% from 644); Blue value is 199 (78.12% from 255 or 30.90% from 644); Max value from RGB is 255 - color contains mainly: green. Hex color #BEFFC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFFC7 is #410038. Grayscale: #E5E5E5. Windows color (decimal): -4259897 or 13107134. OLE color: 13107134.
HSL color Cylindrical-coordinate representation of color #BEFFC7: hue angle of 128.31º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BEFFC7 is Cyan = 0.25, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 190 | 255 | 199 | - |
| CMYK | 0.25 | 0 | 0.22 | 0 |
| HSL | 128.31º | 1% | 0.87% | - |
| HSV(B) | 128.31º | 0.25% | 1% | - |
| XYZ | 67.3 | 86.59 | 67.2 | - |
| YUV | 229.18 | 110.97 | 100.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 255 | 199 | 0.25 | 0 | 0.22 | 0 | 128.31 | 1 | 0.87 |
| Hex | BE | FF | C7 | 19 | 0 | 16 | 0 | 80 | 64 | 57 |
| Octal | 276 | 377 | 307 | 31 | 0 | 26 | 0 | 200 | 144 | 127 |
| Binary | 10111110 | 11111111 | 11000111 | 11001 | 0 | 10110 | 0 | 10000000 | 1100100 | 1010111 |
Color Harmonies of #BEFFC7
Complementary color
Monochromatic Colors of #BEFFC7
Black with #BEFFC7
Text Example
Text Example
White with #BEFFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFFC7; }
p { color: rgb(190,255,199); }
H1.HeaderClassName
{
color: #BEFFC7;
}
.AnyTagClassName
{
color: #BEFFC7;
}
</style>
background-color css
<style>
a { background-color: #BEFFC7; }
a { background-color: rgb(190,255,199); }
div.DivClassName
{
background-color: #BEFFC7;
}
.BgClassName
{
background-color: #BEFFC7;
}
</style>
border-color css
<style>
span { border-color: #BEFFC7; }
span { border-color: rgb(190,255,199); }
td.TdClassName
{
border-color: #BEFFC7;
}
.TagClassName
{
border-color: #BEFFC7;
}
</style>