Shades of Granny Apple #BEE9C5
Tints of Granny Apple #BEE9C5
RGB
CMYK
RGB Variations
Color information
#BEE9C5 (or 0xBEE9C5) is known color: Granny Apple. HEX triplet: BE, E9 and C5. RGB value is (190,233,197). Sum of RGB (Red+Green+Blue) = 190+233+197=620 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.65% from 620); Green value is 233 (91.41% from 255 or 37.58% from 620); Blue value is 197 (77.34% from 255 or 31.77% from 620); Max value from RGB is 233 - color contains mainly: green. Hex color #BEE9C5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEE9C5 is #41163A. Grayscale: #D8D8D8. Windows color (decimal): -4265531 or 12970430. OLE color: 12970430.
HSL color Cylindrical-coordinate representation of color #BEE9C5: hue angle of 129.77º degrees, saturation: 0.49, 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 #BEE9C5 is Cyan = 0.18, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 190 | 233 | 197 | - |
| CMYK | 0.18 | 0 | 0.15 | 0.09 |
| HSL | 129.77º | 0.49% | 0.83% | - |
| HSV(B) | 129.77º | 0.18% | 0.91% | - |
| XYZ | 60.45 | 73.26 | 63.78 | - |
| YUV | 216.04 | 117.25 | 109.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 233 | 197 | 0.18 | 0 | 0.15 | 0.09 | 129.77 | 0.49 | 0.83 |
| Hex | BE | E9 | C5 | 12 | 0 | F | 9 | 82 | 31 | 53 |
| Octal | 276 | 351 | 305 | 22 | 0 | 17 | 11 | 202 | 61 | 123 |
| Binary | 10111110 | 11101001 | 11000101 | 10010 | 0 | 1111 | 1001 | 10000010 | 110001 | 1010011 |
Color Harmonies of #BEE9C5
Complementary color
Monochromatic Colors of #BEE9C5
Black with #BEE9C5
Text Example
Text Example
White with #BEE9C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE9C5; }
p { color: rgb(190,233,197); }
H1.HeaderClassName
{
color: #BEE9C5;
}
.AnyTagClassName
{
color: #BEE9C5;
}
</style>
background-color css
<style>
a { background-color: #BEE9C5; }
a { background-color: rgb(190,233,197); }
div.DivClassName
{
background-color: #BEE9C5;
}
.BgClassName
{
background-color: #BEE9C5;
}
</style>
border-color css
<style>
span { border-color: #BEE9C5; }
span { border-color: rgb(190,233,197); }
td.TdClassName
{
border-color: #BEE9C5;
}
.TagClassName
{
border-color: #BEE9C5;
}
</style>