Shades of Granny Apple #B9ECC9
Tints of Granny Apple #B9ECC9
RGB
CMYK
RGB Variations
Color information
#B9ECC9 (or 0xB9ECC9) is known color: Granny Apple. HEX triplet: B9, EC and C9. RGB value is (185,236,201). Sum of RGB (Red+Green+Blue) = 185+236+201=622 (82% of max value = 765). Red value is 185 (72.66% from 255 or 29.74% from 622); Green value is 236 (92.58% from 255 or 37.94% from 622); Blue value is 201 (78.91% from 255 or 32.32% from 622); Max value from RGB is 236 - color contains mainly: green. Hex color #B9ECC9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9ECC9 is #461336. Grayscale: #D8D8D8. Windows color (decimal): -4592439 or 13233337. OLE color: 13233337.
HSL color Cylindrical-coordinate representation of color #B9ECC9: hue angle of 138.82º 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 #B9ECC9 is Cyan = 0.22, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 185 | 236 | 201 | - |
| CMYK | 0.22 | 0 | 0.15 | 0.07 |
| HSL | 138.82º | 0.57% | 0.83% | - |
| HSV(B) | 138.82º | 0.22% | 0.93% | - |
| XYZ | 60.55 | 74.52 | 66.45 | - |
| YUV | 216.76 | 119.1 | 105.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 236 | 201 | 0.22 | 0 | 0.15 | 0.07 | 138.82 | 0.57 | 0.83 |
| Hex | B9 | EC | C9 | 16 | 0 | F | 7 | 8B | 39 | 53 |
| Octal | 271 | 354 | 311 | 26 | 0 | 17 | 7 | 213 | 71 | 123 |
| Binary | 10111001 | 11101100 | 11001001 | 10110 | 0 | 1111 | 111 | 10001011 | 111001 | 1010011 |
Color Harmonies of #B9ECC9
Complementary color
Monochromatic Colors of #B9ECC9
Black with #B9ECC9
Text Example
Text Example
White with #B9ECC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9ECC9; }
p { color: rgb(185,236,201); }
H1.HeaderClassName
{
color: #B9ECC9;
}
.AnyTagClassName
{
color: #B9ECC9;
}
</style>
background-color css
<style>
a { background-color: #B9ECC9; }
a { background-color: rgb(185,236,201); }
div.DivClassName
{
background-color: #B9ECC9;
}
.BgClassName
{
background-color: #B9ECC9;
}
</style>
border-color css
<style>
span { border-color: #B9ECC9; }
span { border-color: rgb(185,236,201); }
td.TdClassName
{
border-color: #B9ECC9;
}
.TagClassName
{
border-color: #B9ECC9;
}
</style>