Shades of Granny Apple #BEF6C2
Tints of Granny Apple #BEF6C2
RGB
CMYK
RGB Variations
Color information
#BEF6C2 (or 0xBEF6C2) is known color: Granny Apple. HEX triplet: BE, F6 and C2. RGB value is (190,246,194). Sum of RGB (Red+Green+Blue) = 190+246+194=630 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.16% from 630); Green value is 246 (96.48% from 255 or 39.05% from 630); Blue value is 194 (76.17% from 255 or 30.79% from 630); Max value from RGB is 246 - color contains mainly: green. Hex color #BEF6C2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF6C2 is #41093D. Grayscale: #DFDFDF. Windows color (decimal): -4262206 or 12777150. OLE color: 12777150.
HSL color Cylindrical-coordinate representation of color #BEF6C2: hue angle of 124.29º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BEF6C2 is Cyan = 0.23, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 190 | 246 | 194 | - |
| CMYK | 0.23 | 0 | 0.21 | 0.04 |
| HSL | 124.29º | 0.76% | 0.85% | - |
| HSV(B) | 124.29º | 0.23% | 0.96% | - |
| XYZ | 63.93 | 80.75 | 63.26 | - |
| YUV | 223.33 | 111.45 | 104.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 246 | 194 | 0.23 | 0 | 0.21 | 0.04 | 124.29 | 0.76 | 0.85 |
| Hex | BE | F6 | C2 | 17 | 0 | 15 | 4 | 7C | 4C | 55 |
| Octal | 276 | 366 | 302 | 27 | 0 | 25 | 4 | 174 | 114 | 125 |
| Binary | 10111110 | 11110110 | 11000010 | 10111 | 0 | 10101 | 100 | 1111100 | 1001100 | 1010101 |
Color Harmonies of #BEF6C2
Complementary color
Monochromatic Colors of #BEF6C2
Black with #BEF6C2
Text Example
Text Example
White with #BEF6C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF6C2; }
p { color: rgb(190,246,194); }
H1.HeaderClassName
{
color: #BEF6C2;
}
.AnyTagClassName
{
color: #BEF6C2;
}
</style>
background-color css
<style>
a { background-color: #BEF6C2; }
a { background-color: rgb(190,246,194); }
div.DivClassName
{
background-color: #BEF6C2;
}
.BgClassName
{
background-color: #BEF6C2;
}
</style>
border-color css
<style>
span { border-color: #BEF6C2; }
span { border-color: rgb(190,246,194); }
td.TdClassName
{
border-color: #BEF6C2;
}
.TagClassName
{
border-color: #BEF6C2;
}
</style>