Shades of Granny Apple #B9FDD0
Tints of Granny Apple #B9FDD0
RGB
CMYK
RGB Variations
Color information
#B9FDD0 (or 0xB9FDD0) is known color: Granny Apple. HEX triplet: B9, FD and D0. RGB value is (185,253,208). Sum of RGB (Red+Green+Blue) = 185+253+208=646 (85% of max value = 765). Red value is 185 (72.66% from 255 or 28.64% from 646); Green value is 253 (99.22% from 255 or 39.16% from 646); Blue value is 208 (81.64% from 255 or 32.20% from 646); Max value from RGB is 253 - color contains mainly: green. Hex color #B9FDD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9FDD0 is #46022F. Grayscale: #E3E3E3. Windows color (decimal): -4588080 or 13696441. OLE color: 13696441.
HSL color Cylindrical-coordinate representation of color #B9FDD0: hue angle of 140.29º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B9FDD0 is Cyan = 0.27, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 185 | 253 | 208 | - |
| CMYK | 0.27 | 0 | 0.18 | 0.01 |
| HSL | 140.29º | 0.94% | 0.86% | - |
| HSV(B) | 140.29º | 0.27% | 0.99% | - |
| XYZ | 66.52 | 85.12 | 72.6 | - |
| YUV | 227.54 | 116.97 | 97.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 253 | 208 | 0.27 | 0 | 0.18 | 0.01 | 140.29 | 0.94 | 0.86 |
| Hex | B9 | FD | D0 | 1B | 0 | 12 | 1 | 8C | 5E | 56 |
| Octal | 271 | 375 | 320 | 33 | 0 | 22 | 1 | 214 | 136 | 126 |
| Binary | 10111001 | 11111101 | 11010000 | 11011 | 0 | 10010 | 1 | 10001100 | 1011110 | 1010110 |
Color Harmonies of #B9FDD0
Complementary color
Monochromatic Colors of #B9FDD0
Black with #B9FDD0
Text Example
Text Example
White with #B9FDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9FDD0; }
p { color: rgb(185,253,208); }
H1.HeaderClassName
{
color: #B9FDD0;
}
.AnyTagClassName
{
color: #B9FDD0;
}
</style>
background-color css
<style>
a { background-color: #B9FDD0; }
a { background-color: rgb(185,253,208); }
div.DivClassName
{
background-color: #B9FDD0;
}
.BgClassName
{
background-color: #B9FDD0;
}
</style>
border-color css
<style>
span { border-color: #B9FDD0; }
span { border-color: rgb(185,253,208); }
td.TdClassName
{
border-color: #B9FDD0;
}
.TagClassName
{
border-color: #B9FDD0;
}
</style>