Shades of Granny Apple #BEFECB
Tints of Granny Apple #BEFECB
RGB
CMYK
RGB Variations
Color information
#BEFECB (or 0xBEFECB) is known color: Granny Apple. HEX triplet: BE, FE and CB. RGB value is (190,254,203). Sum of RGB (Red+Green+Blue) = 190+254+203=647 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.37% from 647); Green value is 254 (99.61% from 255 or 39.26% from 647); Blue value is 203 (79.69% from 255 or 31.38% from 647); Max value from RGB is 254 - color contains mainly: green. Hex color #BEFECB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFECB is #410134. Grayscale: #E5E5E5. Windows color (decimal): -4260149 or 13369022. OLE color: 13369022.
HSL color Cylindrical-coordinate representation of color #BEFECB: hue angle of 132.19º 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 #BEFECB is Cyan = 0.25, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 190 | 254 | 203 | - |
| CMYK | 0.25 | 0 | 0.20 | 0.00 |
| HSL | 132.19º | 0.97% | 0.87% | - |
| HSV(B) | 132.19º | 0.25% | 1% | - |
| XYZ | 67.46 | 86.14 | 69.57 | - |
| YUV | 229.05 | 113.3 | 100.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 254 | 203 | 0.25 | 0 | 0.20 | 0.00 | 132.19 | 0.97 | 0.87 |
| Hex | BE | FE | CB | 19 | 0 | 14 | 0 | 84 | 61 | 57 |
| Octal | 276 | 376 | 313 | 31 | 0 | 24 | 0 | 204 | 141 | 127 |
| Binary | 10111110 | 11111110 | 11001011 | 11001 | 0 | 10100 | 0 | 10000100 | 1100001 | 1010111 |
Color Harmonies of #BEFECB
Complementary color
Monochromatic Colors of #BEFECB
Black with #BEFECB
Text Example
Text Example
White with #BEFECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFECB; }
p { color: rgb(190,254,203); }
H1.HeaderClassName
{
color: #BEFECB;
}
.AnyTagClassName
{
color: #BEFECB;
}
</style>
background-color css
<style>
a { background-color: #BEFECB; }
a { background-color: rgb(190,254,203); }
div.DivClassName
{
background-color: #BEFECB;
}
.BgClassName
{
background-color: #BEFECB;
}
</style>
border-color css
<style>
span { border-color: #BEFECB; }
span { border-color: rgb(190,254,203); }
td.TdClassName
{
border-color: #BEFECB;
}
.TagClassName
{
border-color: #BEFECB;
}
</style>