Shades of Granny Apple #BEFFC9
Tints of Granny Apple #BEFFC9
RGB
CMYK
RGB Variations
Color information
#BEFFC9 (or 0xBEFFC9) is known color: Granny Apple. HEX triplet: BE, FF and C9. RGB value is (190,255,201). Sum of RGB (Red+Green+Blue) = 190+255+201=646 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.41% from 646); Green value is 255 (100% from 255 or 39.47% from 646); Blue value is 201 (78.91% from 255 or 31.11% from 646); Max value from RGB is 255 - color contains mainly: green. Hex color #BEFFC9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFFC9 is #410036. Grayscale: #E5E5E5. Windows color (decimal): -4259895 or 13238206. OLE color: 13238206.
HSL color Cylindrical-coordinate representation of color #BEFFC9: hue angle of 130.15º 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 #BEFFC9 is Cyan = 0.25, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 190 | 255 | 201 | - |
| CMYK | 0.25 | 0 | 0.21 | 0 |
| HSL | 130.15º | 1% | 0.87% | - |
| HSV(B) | 130.15º | 0.25% | 1% | - |
| XYZ | 67.54 | 86.68 | 68.43 | - |
| YUV | 229.41 | 111.97 | 99.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 255 | 201 | 0.25 | 0 | 0.21 | 0 | 130.15 | 1 | 0.87 |
| Hex | BE | FF | C9 | 19 | 0 | 15 | 0 | 82 | 64 | 57 |
| Octal | 276 | 377 | 311 | 31 | 0 | 25 | 0 | 202 | 144 | 127 |
| Binary | 10111110 | 11111111 | 11001001 | 11001 | 0 | 10101 | 0 | 10000010 | 1100100 | 1010111 |
Color Harmonies of #BEFFC9
Complementary color
Monochromatic Colors of #BEFFC9
Black with #BEFFC9
Text Example
Text Example
White with #BEFFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFFC9; }
p { color: rgb(190,255,201); }
H1.HeaderClassName
{
color: #BEFFC9;
}
.AnyTagClassName
{
color: #BEFFC9;
}
</style>
background-color css
<style>
a { background-color: #BEFFC9; }
a { background-color: rgb(190,255,201); }
div.DivClassName
{
background-color: #BEFFC9;
}
.BgClassName
{
background-color: #BEFFC9;
}
</style>
border-color css
<style>
span { border-color: #BEFFC9; }
span { border-color: rgb(190,255,201); }
td.TdClassName
{
border-color: #BEFFC9;
}
.TagClassName
{
border-color: #BEFFC9;
}
</style>