Shades of Granny Apple #BEE8C7
Tints of Granny Apple #BEE8C7
RGB
CMYK
RGB Variations
Color information
#BEE8C7 (or 0xBEE8C7) is known color: Granny Apple. HEX triplet: BE, E8 and C7. RGB value is (190,232,199). Sum of RGB (Red+Green+Blue) = 190+232+199=621 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.60% from 621); Green value is 232 (91.02% from 255 or 37.36% from 621); Blue value is 199 (78.12% from 255 or 32.05% from 621); Max value from RGB is 232 - color contains mainly: green. Hex color #BEE8C7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEE8C7 is #411738. Grayscale: #D7D7D7. Windows color (decimal): -4265785 or 13101246. OLE color: 13101246.
HSL color Cylindrical-coordinate representation of color #BEE8C7: hue angle of 132.86º degrees, saturation: 0.48, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BEE8C7 is Cyan = 0.18, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 190 | 232 | 199 | - |
| CMYK | 0.18 | 0 | 0.14 | 0.09 |
| HSL | 132.86º | 0.48% | 0.83% | - |
| HSV(B) | 132.86º | 0.18% | 0.91% | - |
| XYZ | 60.4 | 72.78 | 64.9 | - |
| YUV | 215.68 | 118.59 | 109.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 232 | 199 | 0.18 | 0 | 0.14 | 0.09 | 132.86 | 0.48 | 0.83 |
| Hex | BE | E8 | C7 | 12 | 0 | E | 9 | 85 | 30 | 53 |
| Octal | 276 | 350 | 307 | 22 | 0 | 16 | 11 | 205 | 60 | 123 |
| Binary | 10111110 | 11101000 | 11000111 | 10010 | 0 | 1110 | 1001 | 10000101 | 110000 | 1010011 |
Color Harmonies of #BEE8C7
Complementary color
Monochromatic Colors of #BEE8C7
Black with #BEE8C7
Text Example
Text Example
White with #BEE8C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE8C7; }
p { color: rgb(190,232,199); }
H1.HeaderClassName
{
color: #BEE8C7;
}
.AnyTagClassName
{
color: #BEE8C7;
}
</style>
background-color css
<style>
a { background-color: #BEE8C7; }
a { background-color: rgb(190,232,199); }
div.DivClassName
{
background-color: #BEE8C7;
}
.BgClassName
{
background-color: #BEE8C7;
}
</style>
border-color css
<style>
span { border-color: #BEE8C7; }
span { border-color: rgb(190,232,199); }
td.TdClassName
{
border-color: #BEE8C7;
}
.TagClassName
{
border-color: #BEE8C7;
}
</style>