Shades of Granny Apple #BEF6C3
Tints of Granny Apple #BEF6C3
RGB
CMYK
RGB Variations
Color information
#BEF6C3 (or 0xBEF6C3) is known color: Granny Apple. HEX triplet: BE, F6 and C3. RGB value is (190,246,195). Sum of RGB (Red+Green+Blue) = 190+246+195=631 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.11% from 631); Green value is 246 (96.48% from 255 or 38.99% from 631); Blue value is 195 (76.56% from 255 or 30.90% from 631); Max value from RGB is 246 - color contains mainly: green. Hex color #BEF6C3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF6C3 is #41093C. Grayscale: #DFDFDF. Windows color (decimal): -4262205 or 12842686. OLE color: 12842686.
HSL color Cylindrical-coordinate representation of color #BEF6C3: hue angle of 125.36º 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 #BEF6C3 is Cyan = 0.23, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 190 | 246 | 195 | - |
| CMYK | 0.23 | 0 | 0.21 | 0.04 |
| HSL | 125.36º | 0.76% | 0.85% | - |
| HSV(B) | 125.36º | 0.23% | 0.96% | - |
| XYZ | 64.04 | 80.8 | 63.85 | - |
| YUV | 223.44 | 111.95 | 104.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 246 | 195 | 0.23 | 0 | 0.21 | 0.04 | 125.36 | 0.76 | 0.85 |
| Hex | BE | F6 | C3 | 17 | 0 | 15 | 4 | 7D | 4C | 55 |
| Octal | 276 | 366 | 303 | 27 | 0 | 25 | 4 | 175 | 114 | 125 |
| Binary | 10111110 | 11110110 | 11000011 | 10111 | 0 | 10101 | 100 | 1111101 | 1001100 | 1010101 |
Color Harmonies of #BEF6C3
Complementary color
Monochromatic Colors of #BEF6C3
Black with #BEF6C3
Text Example
Text Example
White with #BEF6C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF6C3; }
p { color: rgb(190,246,195); }
H1.HeaderClassName
{
color: #BEF6C3;
}
.AnyTagClassName
{
color: #BEF6C3;
}
</style>
background-color css
<style>
a { background-color: #BEF6C3; }
a { background-color: rgb(190,246,195); }
div.DivClassName
{
background-color: #BEF6C3;
}
.BgClassName
{
background-color: #BEF6C3;
}
</style>
border-color css
<style>
span { border-color: #BEF6C3; }
span { border-color: rgb(190,246,195); }
td.TdClassName
{
border-color: #BEF6C3;
}
.TagClassName
{
border-color: #BEF6C3;
}
</style>