Shades of Granny Apple #B9FCCD
Tints of Granny Apple #B9FCCD
RGB
CMYK
RGB Variations
Color information
#B9FCCD (or 0xB9FCCD) is known color: Granny Apple. HEX triplet: B9, FC and CD. RGB value is (185,252,205). Sum of RGB (Red+Green+Blue) = 185+252+205=642 (85% of max value = 765). Red value is 185 (72.66% from 255 or 28.82% from 642); Green value is 252 (98.83% from 255 or 39.25% from 642); Blue value is 205 (80.47% from 255 or 31.93% from 642); Max value from RGB is 252 - color contains mainly: green. Hex color #B9FCCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9FCCD is #460332. Grayscale: #E2E2E2. Windows color (decimal): -4588339 or 13499577. OLE color: 13499577.
HSL color Cylindrical-coordinate representation of color #B9FCCD: hue angle of 137.91º degrees, saturation: 0.92, 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 #B9FCCD is Cyan = 0.27, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 185 | 252 | 205 | - |
| CMYK | 0.27 | 0 | 0.19 | 0.01 |
| HSL | 137.91º | 0.92% | 0.86% | - |
| HSV(B) | 137.91º | 0.27% | 0.99% | - |
| XYZ | 65.84 | 84.34 | 70.57 | - |
| YUV | 226.61 | 115.8 | 98.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 252 | 205 | 0.27 | 0 | 0.19 | 0.01 | 137.91 | 0.92 | 0.86 |
| Hex | B9 | FC | CD | 1B | 0 | 13 | 1 | 8A | 5C | 56 |
| Octal | 271 | 374 | 315 | 33 | 0 | 23 | 1 | 212 | 134 | 126 |
| Binary | 10111001 | 11111100 | 11001101 | 11011 | 0 | 10011 | 1 | 10001010 | 1011100 | 1010110 |
Color Harmonies of #B9FCCD
Complementary color
Monochromatic Colors of #B9FCCD
Black with #B9FCCD
Text Example
Text Example
White with #B9FCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9FCCD; }
p { color: rgb(185,252,205); }
H1.HeaderClassName
{
color: #B9FCCD;
}
.AnyTagClassName
{
color: #B9FCCD;
}
</style>
background-color css
<style>
a { background-color: #B9FCCD; }
a { background-color: rgb(185,252,205); }
div.DivClassName
{
background-color: #B9FCCD;
}
.BgClassName
{
background-color: #B9FCCD;
}
</style>
border-color css
<style>
span { border-color: #B9FCCD; }
span { border-color: rgb(185,252,205); }
td.TdClassName
{
border-color: #B9FCCD;
}
.TagClassName
{
border-color: #B9FCCD;
}
</style>