Shades of Granny Apple #B9ECC7
Tints of Granny Apple #B9ECC7
RGB
CMYK
RGB Variations
Color information
#B9ECC7 (or 0xB9ECC7) is known color: Granny Apple. HEX triplet: B9, EC and C7. RGB value is (185,236,199). Sum of RGB (Red+Green+Blue) = 185+236+199=620 (82% of max value = 765). Red value is 185 (72.66% from 255 or 29.84% from 620); Green value is 236 (92.58% from 255 or 38.06% from 620); Blue value is 199 (78.12% from 255 or 32.10% from 620); Max value from RGB is 236 - color contains mainly: green. Hex color #B9ECC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9ECC7 is #461338. Grayscale: #D8D8D8. Windows color (decimal): -4592441 or 13102265. OLE color: 13102265.
HSL color Cylindrical-coordinate representation of color #B9ECC7: hue angle of 136.47º degrees, saturation: 0.57, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B9ECC7 is Cyan = 0.22, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 185 | 236 | 199 | - |
| CMYK | 0.22 | 0 | 0.16 | 0.07 |
| HSL | 136.47º | 0.57% | 0.83% | - |
| HSV(B) | 136.47º | 0.22% | 0.93% | - |
| XYZ | 60.31 | 74.43 | 65.22 | - |
| YUV | 216.53 | 118.1 | 105.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 236 | 199 | 0.22 | 0 | 0.16 | 0.07 | 136.47 | 0.57 | 0.83 |
| Hex | B9 | EC | C7 | 16 | 0 | 10 | 7 | 88 | 39 | 53 |
| Octal | 271 | 354 | 307 | 26 | 0 | 20 | 7 | 210 | 71 | 123 |
| Binary | 10111001 | 11101100 | 11000111 | 10110 | 0 | 10000 | 111 | 10001000 | 111001 | 1010011 |
Color Harmonies of #B9ECC7
Complementary color
Monochromatic Colors of #B9ECC7
Black with #B9ECC7
Text Example
Text Example
White with #B9ECC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9ECC7; }
p { color: rgb(185,236,199); }
H1.HeaderClassName
{
color: #B9ECC7;
}
.AnyTagClassName
{
color: #B9ECC7;
}
</style>
background-color css
<style>
a { background-color: #B9ECC7; }
a { background-color: rgb(185,236,199); }
div.DivClassName
{
background-color: #B9ECC7;
}
.BgClassName
{
background-color: #B9ECC7;
}
</style>
border-color css
<style>
span { border-color: #B9ECC7; }
span { border-color: rgb(185,236,199); }
td.TdClassName
{
border-color: #B9ECC7;
}
.TagClassName
{
border-color: #B9ECC7;
}
</style>