Shades of Granny Apple #B8ECC8
Tints of Granny Apple #B8ECC8
RGB
CMYK
RGB Variations
Color information
#B8ECC8 (or 0xB8ECC8) is known color: Granny Apple. HEX triplet: B8, EC and C8. RGB value is (184,236,200). Sum of RGB (Red+Green+Blue) = 184+236+200=620 (82% of max value = 765). Red value is 184 (72.27% from 255 or 29.68% from 620); Green value is 236 (92.58% from 255 or 38.06% from 620); Blue value is 200 (78.52% from 255 or 32.26% from 620); Max value from RGB is 236 - color contains mainly: green. Hex color #B8ECC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8ECC8 is #471337. Grayscale: #D8D8D8. Windows color (decimal): -4657976 or 13167800. OLE color: 13167800.
HSL color Cylindrical-coordinate representation of color #B8ECC8: hue angle of 138.46º degrees, saturation: 0.58, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B8ECC8 is Cyan = 0.22, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 184 | 236 | 200 | - |
| CMYK | 0.22 | 0 | 0.15 | 0.07 |
| HSL | 138.46º | 0.58% | 0.82% | - |
| HSV(B) | 138.46º | 0.22% | 0.93% | - |
| XYZ | 60.19 | 74.35 | 65.82 | - |
| YUV | 216.35 | 118.77 | 104.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 236 | 200 | 0.22 | 0 | 0.15 | 0.07 | 138.46 | 0.58 | 0.82 |
| Hex | B8 | EC | C8 | 16 | 0 | F | 7 | 8A | 3A | 52 |
| Octal | 270 | 354 | 310 | 26 | 0 | 17 | 7 | 212 | 72 | 122 |
| Binary | 10111000 | 11101100 | 11001000 | 10110 | 0 | 1111 | 111 | 10001010 | 111010 | 1010010 |
Color Harmonies of #B8ECC8
Complementary color
Monochromatic Colors of #B8ECC8
Black with #B8ECC8
Text Example
Text Example
White with #B8ECC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8ECC8; }
p { color: rgb(184,236,200); }
H1.HeaderClassName
{
color: #B8ECC8;
}
.AnyTagClassName
{
color: #B8ECC8;
}
</style>
background-color css
<style>
a { background-color: #B8ECC8; }
a { background-color: rgb(184,236,200); }
div.DivClassName
{
background-color: #B8ECC8;
}
.BgClassName
{
background-color: #B8ECC8;
}
</style>
border-color css
<style>
span { border-color: #B8ECC8; }
span { border-color: rgb(184,236,200); }
td.TdClassName
{
border-color: #B8ECC8;
}
.TagClassName
{
border-color: #B8ECC8;
}
</style>