Shades of Granny Apple #BEFEC9
Tints of Granny Apple #BEFEC9
RGB
CMYK
RGB Variations
Color information
#BEFEC9 (or 0xBEFEC9) is known color: Granny Apple. HEX triplet: BE, FE and C9. RGB value is (190,254,201). Sum of RGB (Red+Green+Blue) = 190+254+201=645 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.46% from 645); Green value is 254 (99.61% from 255 or 39.38% from 645); Blue value is 201 (78.91% from 255 or 31.16% from 645); Max value from RGB is 254 - color contains mainly: green. Hex color #BEFEC9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFEC9 is #410136. Grayscale: #E4E4E4. Windows color (decimal): -4260151 or 13237950. OLE color: 13237950.
HSL color Cylindrical-coordinate representation of color #BEFEC9: hue angle of 130.31º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BEFEC9 is Cyan = 0.25, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.00.
Color convert
RGB | 190 | 254 | 201 | - |
CMYK | 0.25 | 0 | 0.21 | 0.00 |
HSL | 130.31º | 0.97% | 0.87% | - |
HSV(B) | 130.31º | 0.25% | 1% | - |
XYZ | 67.22 | 86.05 | 68.32 | - |
YUV | 228.82 | 112.3 | 100.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 254 | 201 | 0.25 | 0 | 0.21 | 0.00 | 130.31 | 0.97 | 0.87 |
Hex | BE | FE | C9 | 19 | 0 | 15 | 0 | 82 | 61 | 57 |
Octal | 276 | 376 | 311 | 31 | 0 | 25 | 0 | 202 | 141 | 127 |
Binary | 10111110 | 11111110 | 11001001 | 11001 | 0 | 10101 | 0 | 10000010 | 1100001 | 1010111 |
Color Harmonies of #BEFEC9
Complementary color
Monochromatic Colors of #BEFEC9
Black with #BEFEC9
Text Example
Text Example
White with #BEFEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFEC9; }
p { color: rgb(190,254,201); }
H1.HeaderClassName
{
color: #BEFEC9;
}
.AnyTagClassName
{
color: #BEFEC9;
}
</style>
background-color css
<style>
a { background-color: #BEFEC9; }
a { background-color: rgb(190,254,201); }
div.DivClassName
{
background-color: #BEFEC9;
}
.BgClassName
{
background-color: #BEFEC9;
}
</style>
border-color css
<style>
span { border-color: #BEFEC9; }
span { border-color: rgb(190,254,201); }
td.TdClassName
{
border-color: #BEFEC9;
}
.TagClassName
{
border-color: #BEFEC9;
}
</style>