Shades of Granny Apple #BEE4C5
Tints of Granny Apple #BEE4C5
RGB
CMYK
RGB Variations
Color information
#BEE4C5 (or 0xBEE4C5) is known color: Granny Apple. HEX triplet: BE, E4 and C5. RGB value is (190,228,197). Sum of RGB (Red+Green+Blue) = 190+228+197=615 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.89% from 615); Green value is 228 (89.45% from 255 or 37.07% from 615); Blue value is 197 (77.34% from 255 or 32.03% from 615); Max value from RGB is 228 - color contains mainly: green. Hex color #BEE4C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEE4C5 is #411B3A. Grayscale: #D5D5D5. Windows color (decimal): -4266811 or 12969150. OLE color: 12969150.
HSL color Cylindrical-coordinate representation of color #BEE4C5: hue angle of 131.05º degrees, saturation: 0.41, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BEE4C5 is Cyan = 0.17, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 190 | 228 | 197 | - |
| CMYK | 0.17 | 0 | 0.14 | 0.11 |
| HSL | 131.05º | 0.41% | 0.82% | - |
| HSV(B) | 131.05º | 0.17% | 0.89% | - |
| XYZ | 59.06 | 70.47 | 63.31 | - |
| YUV | 213.1 | 118.91 | 111.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 228 | 197 | 0.17 | 0 | 0.14 | 0.11 | 131.05 | 0.41 | 0.82 |
| Hex | BE | E4 | C5 | 11 | 0 | E | B | 83 | 29 | 52 |
| Octal | 276 | 344 | 305 | 21 | 0 | 16 | 13 | 203 | 51 | 122 |
| Binary | 10111110 | 11100100 | 11000101 | 10001 | 0 | 1110 | 1011 | 10000011 | 101001 | 1010010 |
Color Harmonies of #BEE4C5
Complementary color
Monochromatic Colors of #BEE4C5
Black with #BEE4C5
Text Example
Text Example
White with #BEE4C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE4C5; }
p { color: rgb(190,228,197); }
H1.HeaderClassName
{
color: #BEE4C5;
}
.AnyTagClassName
{
color: #BEE4C5;
}
</style>
background-color css
<style>
a { background-color: #BEE4C5; }
a { background-color: rgb(190,228,197); }
div.DivClassName
{
background-color: #BEE4C5;
}
.BgClassName
{
background-color: #BEE4C5;
}
</style>
border-color css
<style>
span { border-color: #BEE4C5; }
span { border-color: rgb(190,228,197); }
td.TdClassName
{
border-color: #BEE4C5;
}
.TagClassName
{
border-color: #BEE4C5;
}
</style>