Shades of Granny Apple #B8E1C7
Tints of Granny Apple #B8E1C7
RGB
CMYK
RGB Variations
Color information
#B8E1C7 (or 0xB8E1C7) is known color: Granny Apple. HEX triplet: B8, E1 and C7. RGB value is (184,225,199). Sum of RGB (Red+Green+Blue) = 184+225+199=608 (80% of max value = 765). Red value is 184 (72.27% from 255 or 30.26% from 608); Green value is 225 (88.28% from 255 or 37.01% from 608); Blue value is 199 (78.12% from 255 or 32.73% from 608); Max value from RGB is 225 - color contains mainly: green. Hex color #B8E1C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8E1C7 is #471E38. Grayscale: #D1D1D1. Windows color (decimal): -4660793 or 13099448. OLE color: 13099448.
HSL color Cylindrical-coordinate representation of color #B8E1C7: hue angle of 141.95º degrees, saturation: 0.41, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B8E1C7 is Cyan = 0.18, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 184 | 225 | 199 | - |
| CMYK | 0.18 | 0 | 0.12 | 0.12 |
| HSL | 141.95º | 0.41% | 0.8% | - |
| HSV(B) | 141.95º | 0.18% | 0.88% | - |
| XYZ | 57 | 68.16 | 64.19 | - |
| YUV | 209.78 | 121.92 | 109.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 225 | 199 | 0.18 | 0 | 0.12 | 0.12 | 141.95 | 0.41 | 0.8 |
| Hex | B8 | E1 | C7 | 12 | 0 | C | C | 8E | 29 | 50 |
| Octal | 270 | 341 | 307 | 22 | 0 | 14 | 14 | 216 | 51 | 120 |
| Binary | 10111000 | 11100001 | 11000111 | 10010 | 0 | 1100 | 1100 | 10001110 | 101001 | 1010000 |
Color Harmonies of #B8E1C7
Complementary color
Monochromatic Colors of #B8E1C7
Black with #B8E1C7
Text Example
Text Example
White with #B8E1C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8E1C7; }
p { color: rgb(184,225,199); }
H1.HeaderClassName
{
color: #B8E1C7;
}
.AnyTagClassName
{
color: #B8E1C7;
}
</style>
background-color css
<style>
a { background-color: #B8E1C7; }
a { background-color: rgb(184,225,199); }
div.DivClassName
{
background-color: #B8E1C7;
}
.BgClassName
{
background-color: #B8E1C7;
}
</style>
border-color css
<style>
span { border-color: #B8E1C7; }
span { border-color: rgb(184,225,199); }
td.TdClassName
{
border-color: #B8E1C7;
}
.TagClassName
{
border-color: #B8E1C7;
}
</style>