Shades of Granny Apple #B7ECC5
Tints of Granny Apple #B7ECC5
RGB
CMYK
RGB Variations
Color information
#B7ECC5 (or 0xB7ECC5) is known color: Granny Apple. HEX triplet: B7, EC and C5. RGB value is (183,236,197). Sum of RGB (Red+Green+Blue) = 183+236+197=616 (81% of max value = 765). Red value is 183 (71.88% from 255 or 29.71% from 616); Green value is 236 (92.58% from 255 or 38.31% from 616); Blue value is 197 (77.34% from 255 or 31.98% from 616); Max value from RGB is 236 - color contains mainly: green. Hex color #B7ECC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7ECC5 is #48133A. Grayscale: #D7D7D7. Windows color (decimal): -4723515 or 12971191. OLE color: 12971191.
HSL color Cylindrical-coordinate representation of color #B7ECC5: hue angle of 135.85º 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 #B7ECC5 is Cyan = 0.22, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 183 | 236 | 197 | - |
| CMYK | 0.22 | 0 | 0.17 | 0.07 |
| HSL | 135.85º | 0.58% | 0.82% | - |
| HSV(B) | 135.85º | 0.22% | 0.93% | - |
| XYZ | 59.6 | 74.09 | 63.98 | - |
| YUV | 215.71 | 117.44 | 104.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 236 | 197 | 0.22 | 0 | 0.17 | 0.07 | 135.85 | 0.58 | 0.82 |
| Hex | B7 | EC | C5 | 16 | 0 | 11 | 7 | 88 | 3A | 52 |
| Octal | 267 | 354 | 305 | 26 | 0 | 21 | 7 | 210 | 72 | 122 |
| Binary | 10110111 | 11101100 | 11000101 | 10110 | 0 | 10001 | 111 | 10001000 | 111010 | 1010010 |
Color Harmonies of #B7ECC5
Complementary color
Monochromatic Colors of #B7ECC5
Black with #B7ECC5
Text Example
Text Example
White with #B7ECC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7ECC5; }
p { color: rgb(183,236,197); }
H1.HeaderClassName
{
color: #B7ECC5;
}
.AnyTagClassName
{
color: #B7ECC5;
}
</style>
background-color css
<style>
a { background-color: #B7ECC5; }
a { background-color: rgb(183,236,197); }
div.DivClassName
{
background-color: #B7ECC5;
}
.BgClassName
{
background-color: #B7ECC5;
}
</style>
border-color css
<style>
span { border-color: #B7ECC5; }
span { border-color: rgb(183,236,197); }
td.TdClassName
{
border-color: #B7ECC5;
}
.TagClassName
{
border-color: #B7ECC5;
}
</style>