Shades of Granny Apple #B8E1C8
Tints of Granny Apple #B8E1C8
RGB
CMYK
RGB Variations
Color information
#B8E1C8 (or 0xB8E1C8) is known color: Granny Apple. HEX triplet: B8, E1 and C8. RGB value is (184,225,200). Sum of RGB (Red+Green+Blue) = 184+225+200=609 (80% of max value = 765). Red value is 184 (72.27% from 255 or 30.21% from 609); Green value is 225 (88.28% from 255 or 36.95% from 609); Blue value is 200 (78.52% from 255 or 32.84% from 609); Max value from RGB is 225 - color contains mainly: green. Hex color #B8E1C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8E1C8 is #471E37. Grayscale: #D1D1D1. Windows color (decimal): -4660792 or 13164984. OLE color: 13164984.
HSL color Cylindrical-coordinate representation of color #B8E1C8: hue angle of 143.41º 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 #B8E1C8 is Cyan = 0.18, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 184 | 225 | 200 | - |
| CMYK | 0.18 | 0 | 0.11 | 0.12 |
| HSL | 143.41º | 0.41% | 0.8% | - |
| HSV(B) | 143.41º | 0.18% | 0.88% | - |
| XYZ | 57.12 | 68.21 | 64.8 | - |
| YUV | 209.89 | 122.42 | 109.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 225 | 200 | 0.18 | 0 | 0.11 | 0.12 | 143.41 | 0.41 | 0.8 |
| Hex | B8 | E1 | C8 | 12 | 0 | B | C | 8F | 29 | 50 |
| Octal | 270 | 341 | 310 | 22 | 0 | 13 | 14 | 217 | 51 | 120 |
| Binary | 10111000 | 11100001 | 11001000 | 10010 | 0 | 1011 | 1100 | 10001111 | 101001 | 1010000 |
Color Harmonies of #B8E1C8
Complementary color
Monochromatic Colors of #B8E1C8
Black with #B8E1C8
Text Example
Text Example
White with #B8E1C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8E1C8; }
p { color: rgb(184,225,200); }
H1.HeaderClassName
{
color: #B8E1C8;
}
.AnyTagClassName
{
color: #B8E1C8;
}
</style>
background-color css
<style>
a { background-color: #B8E1C8; }
a { background-color: rgb(184,225,200); }
div.DivClassName
{
background-color: #B8E1C8;
}
.BgClassName
{
background-color: #B8E1C8;
}
</style>
border-color css
<style>
span { border-color: #B8E1C8; }
span { border-color: rgb(184,225,200); }
td.TdClassName
{
border-color: #B8E1C8;
}
.TagClassName
{
border-color: #B8E1C8;
}
</style>