Shades of Granny Apple #B9EDC7
Tints of Granny Apple #B9EDC7
RGB
CMYK
RGB Variations
Color information
#B9EDC7 (or 0xB9EDC7) is known color: Granny Apple. HEX triplet: B9, ED and C7. RGB value is (185,237,199). Sum of RGB (Red+Green+Blue) = 185+237+199=621 (82% of max value = 765). Red value is 185 (72.66% from 255 or 29.79% from 621); Green value is 237 (92.97% from 255 or 38.16% from 621); Blue value is 199 (78.12% from 255 or 32.05% from 621); Max value from RGB is 237 - color contains mainly: green. Hex color #B9EDC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9EDC7 is #461238. Grayscale: #D9D9D9. Windows color (decimal): -4592185 or 13102521. OLE color: 13102521.
HSL color Cylindrical-coordinate representation of color #B9EDC7: hue angle of 136.15º degrees, saturation: 0.59, 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 #B9EDC7 is Cyan = 0.22, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 185 | 237 | 199 | - |
| CMYK | 0.22 | 0 | 0.16 | 0.07 |
| HSL | 136.15º | 0.59% | 0.83% | - |
| HSV(B) | 136.15º | 0.22% | 0.93% | - |
| XYZ | 60.6 | 75.01 | 65.32 | - |
| YUV | 217.12 | 117.77 | 105.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 237 | 199 | 0.22 | 0 | 0.16 | 0.07 | 136.15 | 0.59 | 0.83 |
| Hex | B9 | ED | C7 | 16 | 0 | 10 | 7 | 88 | 3B | 53 |
| Octal | 271 | 355 | 307 | 26 | 0 | 20 | 7 | 210 | 73 | 123 |
| Binary | 10111001 | 11101101 | 11000111 | 10110 | 0 | 10000 | 111 | 10001000 | 111011 | 1010011 |
Color Harmonies of #B9EDC7
Complementary color
Monochromatic Colors of #B9EDC7
Black with #B9EDC7
Text Example
Text Example
White with #B9EDC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9EDC7; }
p { color: rgb(185,237,199); }
H1.HeaderClassName
{
color: #B9EDC7;
}
.AnyTagClassName
{
color: #B9EDC7;
}
</style>
background-color css
<style>
a { background-color: #B9EDC7; }
a { background-color: rgb(185,237,199); }
div.DivClassName
{
background-color: #B9EDC7;
}
.BgClassName
{
background-color: #B9EDC7;
}
</style>
border-color css
<style>
span { border-color: #B9EDC7; }
span { border-color: rgb(185,237,199); }
td.TdClassName
{
border-color: #B9EDC7;
}
.TagClassName
{
border-color: #B9EDC7;
}
</style>