Shades of Granny Apple #B6ECC8
Tints of Granny Apple #B6ECC8
RGB
CMYK
RGB Variations
Color information
#B6ECC8 (or 0xB6ECC8) is known color: Granny Apple. HEX triplet: B6, EC and C8. RGB value is (182,236,200). Sum of RGB (Red+Green+Blue) = 182+236+200=618 (81% of max value = 765). Red value is 182 (71.48% from 255 or 29.45% from 618); Green value is 236 (92.58% from 255 or 38.19% from 618); Blue value is 200 (78.52% from 255 or 32.36% from 618); Max value from RGB is 236 - color contains mainly: green. Hex color #B6ECC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6ECC8 is #491337. Grayscale: #D7D7D7. Windows color (decimal): -4789048 or 13167798. OLE color: 13167798.
HSL color Cylindrical-coordinate representation of color #B6ECC8: hue angle of 140º 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 #B6ECC8 is Cyan = 0.23, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
RGB | 182 | 236 | 200 | - |
CMYK | 0.23 | 0 | 0.15 | 0.07 |
HSL | 140º | 0.59% | 0.82% | - |
HSV(B) | 140º | 0.23% | 0.93% | - |
XYZ | 59.71 | 74.11 | 65.8 | - |
YUV | 215.75 | 119.11 | 103.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 182 | 236 | 200 | 0.23 | 0 | 0.15 | 0.07 | 140 | 0.59 | 0.82 |
Hex | B6 | EC | C8 | 17 | 0 | F | 7 | 8C | 3B | 52 |
Octal | 266 | 354 | 310 | 27 | 0 | 17 | 7 | 214 | 73 | 122 |
Binary | 10110110 | 11101100 | 11001000 | 10111 | 0 | 1111 | 111 | 10001100 | 111011 | 1010010 |
Color Harmonies of #B6ECC8
Complementary color
Monochromatic Colors of #B6ECC8
Black with #B6ECC8
Text Example
Text Example
White with #B6ECC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6ECC8; }
p { color: rgb(182,236,200); }
H1.HeaderClassName
{
color: #B6ECC8;
}
.AnyTagClassName
{
color: #B6ECC8;
}
</style>
background-color css
<style>
a { background-color: #B6ECC8; }
a { background-color: rgb(182,236,200); }
div.DivClassName
{
background-color: #B6ECC8;
}
.BgClassName
{
background-color: #B6ECC8;
}
</style>
border-color css
<style>
span { border-color: #B6ECC8; }
span { border-color: rgb(182,236,200); }
td.TdClassName
{
border-color: #B6ECC8;
}
.TagClassName
{
border-color: #B6ECC8;
}
</style>