Shades of Granny Apple #BEE8C5
Tints of Granny Apple #BEE8C5
RGB
CMYK
RGB Variations
Color information
#BEE8C5 (or 0xBEE8C5) is known color: Granny Apple. HEX triplet: BE, E8 and C5. RGB value is (190,232,197). Sum of RGB (Red+Green+Blue) = 190+232+197=619 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.69% from 619); Green value is 232 (91.02% from 255 or 37.48% from 619); Blue value is 197 (77.34% from 255 or 31.83% from 619); Max value from RGB is 232 - color contains mainly: green. Hex color #BEE8C5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEE8C5 is #41173A. Grayscale: #D7D7D7. Windows color (decimal): -4265787 or 12970174. OLE color: 12970174.
HSL color Cylindrical-coordinate representation of color #BEE8C5: hue angle of 130º 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 #BEE8C5 is Cyan = 0.18, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 190 | 232 | 197 | - |
| CMYK | 0.18 | 0 | 0.15 | 0.09 |
| HSL | 130º | 0.48% | 0.83% | - |
| HSV(B) | 130º | 0.18% | 0.91% | - |
| XYZ | 60.17 | 72.69 | 63.68 | - |
| YUV | 215.45 | 117.59 | 109.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 232 | 197 | 0.18 | 0 | 0.15 | 0.09 | 130 | 0.48 | 0.83 |
| Hex | BE | E8 | C5 | 12 | 0 | F | 9 | 82 | 30 | 53 |
| Octal | 276 | 350 | 305 | 22 | 0 | 17 | 11 | 202 | 60 | 123 |
| Binary | 10111110 | 11101000 | 11000101 | 10010 | 0 | 1111 | 1001 | 10000010 | 110000 | 1010011 |
Color Harmonies of #BEE8C5
Complementary color
Monochromatic Colors of #BEE8C5
Black with #BEE8C5
Text Example
Text Example
White with #BEE8C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE8C5; }
p { color: rgb(190,232,197); }
H1.HeaderClassName
{
color: #BEE8C5;
}
.AnyTagClassName
{
color: #BEE8C5;
}
</style>
background-color css
<style>
a { background-color: #BEE8C5; }
a { background-color: rgb(190,232,197); }
div.DivClassName
{
background-color: #BEE8C5;
}
.BgClassName
{
background-color: #BEE8C5;
}
</style>
border-color css
<style>
span { border-color: #BEE8C5; }
span { border-color: rgb(190,232,197); }
td.TdClassName
{
border-color: #BEE8C5;
}
.TagClassName
{
border-color: #BEE8C5;
}
</style>