Shades of Granny Apple #B6ECC7
Tints of Granny Apple #B6ECC7
RGB
CMYK
RGB Variations
Color information
#B6ECC7 (or 0xB6ECC7) is known color: Granny Apple. HEX triplet: B6, EC and C7. RGB value is (182,236,199). Sum of RGB (Red+Green+Blue) = 182+236+199=617 (81% of max value = 765). Red value is 182 (71.48% from 255 or 29.50% from 617); Green value is 236 (92.58% from 255 or 38.25% from 617); Blue value is 199 (78.12% from 255 or 32.25% from 617); Max value from RGB is 236 - color contains mainly: green. Hex color #B6ECC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6ECC7 is #491338. Grayscale: #D7D7D7. Windows color (decimal): -4789049 or 13102262. OLE color: 13102262.
HSL color Cylindrical-coordinate representation of color #B6ECC7: hue angle of 138.89º degrees, saturation: 0.59, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B6ECC7 is Cyan = 0.23, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 182 | 236 | 199 | - |
| CMYK | 0.23 | 0 | 0.16 | 0.07 |
| HSL | 138.89º | 0.59% | 0.82% | - |
| HSV(B) | 138.89º | 0.23% | 0.93% | - |
| XYZ | 59.6 | 74.06 | 65.19 | - |
| YUV | 215.64 | 118.61 | 104.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 236 | 199 | 0.23 | 0 | 0.16 | 0.07 | 138.89 | 0.59 | 0.82 |
| Hex | B6 | EC | C7 | 17 | 0 | 10 | 7 | 8B | 3B | 52 |
| Octal | 266 | 354 | 307 | 27 | 0 | 20 | 7 | 213 | 73 | 122 |
| Binary | 10110110 | 11101100 | 11000111 | 10111 | 0 | 10000 | 111 | 10001011 | 111011 | 1010010 |
Color Harmonies of #B6ECC7
Complementary color
Monochromatic Colors of #B6ECC7
Black with #B6ECC7
Text Example
Text Example
White with #B6ECC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6ECC7; }
p { color: rgb(182,236,199); }
H1.HeaderClassName
{
color: #B6ECC7;
}
.AnyTagClassName
{
color: #B6ECC7;
}
</style>
background-color css
<style>
a { background-color: #B6ECC7; }
a { background-color: rgb(182,236,199); }
div.DivClassName
{
background-color: #B6ECC7;
}
.BgClassName
{
background-color: #B6ECC7;
}
</style>
border-color css
<style>
span { border-color: #B6ECC7; }
span { border-color: rgb(182,236,199); }
td.TdClassName
{
border-color: #B6ECC7;
}
.TagClassName
{
border-color: #B6ECC7;
}
</style>