Shades of Granny Apple #B9FFCD
Tints of Granny Apple #B9FFCD
RGB
CMYK
RGB Variations
Color information
#B9FFCD (or 0xB9FFCD) is known color: Granny Apple. HEX triplet: B9, FF and CD. RGB value is (185,255,205). Sum of RGB (Red+Green+Blue) = 185+255+205=645 (85% of max value = 765). Red value is 185 (72.66% from 255 or 28.68% from 645); Green value is 255 (100% from 255 or 39.53% from 645); Blue value is 205 (80.47% from 255 or 31.78% from 645); Max value from RGB is 255 - color contains mainly: green. Hex color #B9FFCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9FFCD is #460032. Grayscale: #E4E4E4. Windows color (decimal): -4587571 or 13500345. OLE color: 13500345.
HSL color Cylindrical-coordinate representation of color #B9FFCD: hue angle of 137.14º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B9FFCD is Cyan = 0.27, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
RGB | 185 | 255 | 205 | - |
CMYK | 0.27 | 0 | 0.20 | 0 |
HSL | 137.14º | 1% | 0.86% | - |
HSV(B) | 137.14º | 0.27% | 1% | - |
XYZ | 66.79 | 86.24 | 70.88 | - |
YUV | 228.37 | 114.81 | 97.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 185 | 255 | 205 | 0.27 | 0 | 0.20 | 0 | 137.14 | 1 | 0.86 |
Hex | B9 | FF | CD | 1B | 0 | 14 | 0 | 89 | 64 | 56 |
Octal | 271 | 377 | 315 | 33 | 0 | 24 | 0 | 211 | 144 | 126 |
Binary | 10111001 | 11111111 | 11001101 | 11011 | 0 | 10100 | 0 | 10001001 | 1100100 | 1010110 |
Color Harmonies of #B9FFCD
Complementary color
Monochromatic Colors of #B9FFCD
Black with #B9FFCD
Text Example
Text Example
White with #B9FFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9FFCD; }
p { color: rgb(185,255,205); }
H1.HeaderClassName
{
color: #B9FFCD;
}
.AnyTagClassName
{
color: #B9FFCD;
}
</style>
background-color css
<style>
a { background-color: #B9FFCD; }
a { background-color: rgb(185,255,205); }
div.DivClassName
{
background-color: #B9FFCD;
}
.BgClassName
{
background-color: #B9FFCD;
}
</style>
border-color css
<style>
span { border-color: #B9FFCD; }
span { border-color: rgb(185,255,205); }
td.TdClassName
{
border-color: #B9FFCD;
}
.TagClassName
{
border-color: #B9FFCD;
}
</style>