Shades of Granny Apple #BEFCC0
Tints of Granny Apple #BEFCC0
RGB
CMYK
RGB Variations
Color information
#BEFCC0 (or 0xBEFCC0) is known color: Granny Apple. HEX triplet: BE, FC and C0. RGB value is (190,252,192). Sum of RGB (Red+Green+Blue) = 190+252+192=634 (83% of max value = 765). Red value is 190 (74.61% from 255 or 29.97% from 634); Green value is 252 (98.83% from 255 or 39.75% from 634); Blue value is 192 (75.39% from 255 or 30.28% from 634); Max value from RGB is 252 - color contains mainly: green. Hex color #BEFCC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFCC0 is #41033F. Grayscale: #E2E2E2. Windows color (decimal): -4260672 or 12647614. OLE color: 12647614.
HSL color Cylindrical-coordinate representation of color #BEFCC0: hue angle of 121.94º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BEFCC0 is Cyan = 0.25, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 190 | 252 | 192 | - |
| CMYK | 0.25 | 0 | 0.24 | 0.01 |
| HSL | 121.94º | 0.91% | 0.87% | - |
| HSV(B) | 121.94º | 0.25% | 0.99% | - |
| XYZ | 65.56 | 84.37 | 62.7 | - |
| YUV | 226.62 | 108.46 | 101.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 252 | 192 | 0.25 | 0 | 0.24 | 0.01 | 121.94 | 0.91 | 0.87 |
| Hex | BE | FC | C0 | 19 | 0 | 18 | 1 | 7A | 5B | 57 |
| Octal | 276 | 374 | 300 | 31 | 0 | 30 | 1 | 172 | 133 | 127 |
| Binary | 10111110 | 11111100 | 11000000 | 11001 | 0 | 11000 | 1 | 1111010 | 1011011 | 1010111 |
Color Harmonies of #BEFCC0
Complementary color
Monochromatic Colors of #BEFCC0
Black with #BEFCC0
Text Example
Text Example
White with #BEFCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFCC0; }
p { color: rgb(190,252,192); }
H1.HeaderClassName
{
color: #BEFCC0;
}
.AnyTagClassName
{
color: #BEFCC0;
}
</style>
background-color css
<style>
a { background-color: #BEFCC0; }
a { background-color: rgb(190,252,192); }
div.DivClassName
{
background-color: #BEFCC0;
}
.BgClassName
{
background-color: #BEFCC0;
}
</style>
border-color css
<style>
span { border-color: #BEFCC0; }
span { border-color: rgb(190,252,192); }
td.TdClassName
{
border-color: #BEFCC0;
}
.TagClassName
{
border-color: #BEFCC0;
}
</style>