Shades of Granny Apple #BEFCC2
Tints of Granny Apple #BEFCC2
RGB
CMYK
RGB Variations
Color information
#BEFCC2 (or 0xBEFCC2) is known color: Granny Apple. HEX triplet: BE, FC and C2. RGB value is (190,252,194). Sum of RGB (Red+Green+Blue) = 190+252+194=636 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.87% from 636); Green value is 252 (98.83% from 255 or 39.62% from 636); Blue value is 194 (76.17% from 255 or 30.50% from 636); Max value from RGB is 252 - color contains mainly: green. Hex color #BEFCC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFCC2 is #41033D. Grayscale: #E3E3E3. Windows color (decimal): -4260670 or 12778686. OLE color: 12778686.
HSL color Cylindrical-coordinate representation of color #BEFCC2: hue angle of 123.87º 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 #BEFCC2 is Cyan = 0.25, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 190 | 252 | 194 | - |
| CMYK | 0.25 | 0 | 0.23 | 0.01 |
| HSL | 123.87º | 0.91% | 0.87% | - |
| HSV(B) | 123.87º | 0.25% | 0.99% | - |
| XYZ | 65.78 | 84.46 | 63.87 | - |
| YUV | 226.85 | 109.46 | 101.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 252 | 194 | 0.25 | 0 | 0.23 | 0.01 | 123.87 | 0.91 | 0.87 |
| Hex | BE | FC | C2 | 19 | 0 | 17 | 1 | 7C | 5B | 57 |
| Octal | 276 | 374 | 302 | 31 | 0 | 27 | 1 | 174 | 133 | 127 |
| Binary | 10111110 | 11111100 | 11000010 | 11001 | 0 | 10111 | 1 | 1111100 | 1011011 | 1010111 |
Color Harmonies of #BEFCC2
Complementary color
Monochromatic Colors of #BEFCC2
Black with #BEFCC2
Text Example
Text Example
White with #BEFCC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFCC2; }
p { color: rgb(190,252,194); }
H1.HeaderClassName
{
color: #BEFCC2;
}
.AnyTagClassName
{
color: #BEFCC2;
}
</style>
background-color css
<style>
a { background-color: #BEFCC2; }
a { background-color: rgb(190,252,194); }
div.DivClassName
{
background-color: #BEFCC2;
}
.BgClassName
{
background-color: #BEFCC2;
}
</style>
border-color css
<style>
span { border-color: #BEFCC2; }
span { border-color: rgb(190,252,194); }
td.TdClassName
{
border-color: #BEFCC2;
}
.TagClassName
{
border-color: #BEFCC2;
}
</style>