Shades of Granny Apple #BEE2C6
Tints of Granny Apple #BEE2C6
RGB
CMYK
RGB Variations
Color information
#BEE2C6 (or 0xBEE2C6) is known color: Granny Apple. HEX triplet: BE, E2 and C6. RGB value is (190,226,198). Sum of RGB (Red+Green+Blue) = 190+226+198=614 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.94% from 614); Green value is 226 (88.67% from 255 or 36.81% from 614); Blue value is 198 (77.73% from 255 or 32.25% from 614); Max value from RGB is 226 - color contains mainly: green. Hex color #BEE2C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEE2C6 is #411D39. Grayscale: #D4D4D4. Windows color (decimal): -4267322 or 13034174. OLE color: 13034174.
HSL color Cylindrical-coordinate representation of color #BEE2C6: hue angle of 133.33º degrees, saturation: 0.38, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BEE2C6 is Cyan = 0.16, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 190 | 226 | 198 | - |
| CMYK | 0.16 | 0 | 0.12 | 0.11 |
| HSL | 133.33º | 0.38% | 0.82% | - |
| HSV(B) | 133.33º | 0.16% | 0.89% | - |
| XYZ | 58.62 | 69.42 | 63.74 | - |
| YUV | 212.04 | 120.07 | 112.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 226 | 198 | 0.16 | 0 | 0.12 | 0.11 | 133.33 | 0.38 | 0.82 |
| Hex | BE | E2 | C6 | 10 | 0 | C | B | 85 | 26 | 52 |
| Octal | 276 | 342 | 306 | 20 | 0 | 14 | 13 | 205 | 46 | 122 |
| Binary | 10111110 | 11100010 | 11000110 | 10000 | 0 | 1100 | 1011 | 10000101 | 100110 | 1010010 |
Color Harmonies of #BEE2C6
Complementary color
Monochromatic Colors of #BEE2C6
Black with #BEE2C6
Text Example
Text Example
White with #BEE2C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE2C6; }
p { color: rgb(190,226,198); }
H1.HeaderClassName
{
color: #BEE2C6;
}
.AnyTagClassName
{
color: #BEE2C6;
}
</style>
background-color css
<style>
a { background-color: #BEE2C6; }
a { background-color: rgb(190,226,198); }
div.DivClassName
{
background-color: #BEE2C6;
}
.BgClassName
{
background-color: #BEE2C6;
}
</style>
border-color css
<style>
span { border-color: #BEE2C6; }
span { border-color: rgb(190,226,198); }
td.TdClassName
{
border-color: #BEE2C6;
}
.TagClassName
{
border-color: #BEE2C6;
}
</style>