Shades of Granny Apple #BEE6C5
Tints of Granny Apple #BEE6C5
RGB
CMYK
RGB Variations
Color information
#BEE6C5 (or 0xBEE6C5) is known color: Granny Apple. HEX triplet: BE, E6 and C5. RGB value is (190,230,197). Sum of RGB (Red+Green+Blue) = 190+230+197=617 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.79% from 617); Green value is 230 (90.23% from 255 or 37.28% from 617); Blue value is 197 (77.34% from 255 or 31.93% from 617); Max value from RGB is 230 - color contains mainly: green. Hex color #BEE6C5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEE6C5 is #41193A. Grayscale: #D6D6D6. Windows color (decimal): -4266299 or 12969662. OLE color: 12969662.
HSL color Cylindrical-coordinate representation of color #BEE6C5: hue angle of 130.5º degrees, saturation: 0.44, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BEE6C5 is Cyan = 0.17, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 190 | 230 | 197 | - |
| CMYK | 0.17 | 0 | 0.14 | 0.10 |
| HSL | 130.5º | 0.44% | 0.82% | - |
| HSV(B) | 130.5º | 0.17% | 0.9% | - |
| XYZ | 59.61 | 71.57 | 63.5 | - |
| YUV | 214.28 | 118.25 | 110.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 230 | 197 | 0.17 | 0 | 0.14 | 0.10 | 130.5 | 0.44 | 0.82 |
| Hex | BE | E6 | C5 | 11 | 0 | E | A | 82 | 2C | 52 |
| Octal | 276 | 346 | 305 | 21 | 0 | 16 | 12 | 202 | 54 | 122 |
| Binary | 10111110 | 11100110 | 11000101 | 10001 | 0 | 1110 | 1010 | 10000010 | 101100 | 1010010 |
Color Harmonies of #BEE6C5
Complementary color
Monochromatic Colors of #BEE6C5
Black with #BEE6C5
Text Example
Text Example
White with #BEE6C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE6C5; }
p { color: rgb(190,230,197); }
H1.HeaderClassName
{
color: #BEE6C5;
}
.AnyTagClassName
{
color: #BEE6C5;
}
</style>
background-color css
<style>
a { background-color: #BEE6C5; }
a { background-color: rgb(190,230,197); }
div.DivClassName
{
background-color: #BEE6C5;
}
.BgClassName
{
background-color: #BEE6C5;
}
</style>
border-color css
<style>
span { border-color: #BEE6C5; }
span { border-color: rgb(190,230,197); }
td.TdClassName
{
border-color: #BEE6C5;
}
.TagClassName
{
border-color: #BEE6C5;
}
</style>