Shades of Granny Apple #BEE7C8
Tints of Granny Apple #BEE7C8
RGB
CMYK
RGB Variations
Color information
#BEE7C8 (or 0xBEE7C8) is known color: Granny Apple. HEX triplet: BE, E7 and C8. RGB value is (190,231,200). Sum of RGB (Red+Green+Blue) = 190+231+200=621 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.60% from 621); Green value is 231 (90.62% from 255 or 37.20% from 621); Blue value is 200 (78.52% from 255 or 32.21% from 621); Max value from RGB is 231 - color contains mainly: green. Hex color #BEE7C8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEE7C8 is #411837. Grayscale: #D7D7D7. Windows color (decimal): -4266040 or 13166526. OLE color: 13166526.
HSL color Cylindrical-coordinate representation of color #BEE7C8: hue angle of 134.63º degrees, saturation: 0.46, 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 #BEE7C8 is Cyan = 0.18, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 190 | 231 | 200 | - |
| CMYK | 0.18 | 0 | 0.13 | 0.09 |
| HSL | 134.63º | 0.46% | 0.83% | - |
| HSV(B) | 134.63º | 0.18% | 0.91% | - |
| XYZ | 60.24 | 72.27 | 65.42 | - |
| YUV | 215.21 | 119.42 | 110.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 231 | 200 | 0.18 | 0 | 0.13 | 0.09 | 134.63 | 0.46 | 0.83 |
| Hex | BE | E7 | C8 | 12 | 0 | D | 9 | 87 | 2E | 53 |
| Octal | 276 | 347 | 310 | 22 | 0 | 15 | 11 | 207 | 56 | 123 |
| Binary | 10111110 | 11100111 | 11001000 | 10010 | 0 | 1101 | 1001 | 10000111 | 101110 | 1010011 |
Color Harmonies of #BEE7C8
Complementary color
Monochromatic Colors of #BEE7C8
Black with #BEE7C8
Text Example
Text Example
White with #BEE7C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE7C8; }
p { color: rgb(190,231,200); }
H1.HeaderClassName
{
color: #BEE7C8;
}
.AnyTagClassName
{
color: #BEE7C8;
}
</style>
background-color css
<style>
a { background-color: #BEE7C8; }
a { background-color: rgb(190,231,200); }
div.DivClassName
{
background-color: #BEE7C8;
}
.BgClassName
{
background-color: #BEE7C8;
}
</style>
border-color css
<style>
span { border-color: #BEE7C8; }
span { border-color: rgb(190,231,200); }
td.TdClassName
{
border-color: #BEE7C8;
}
.TagClassName
{
border-color: #BEE7C8;
}
</style>