Shades of Granny Apple #B9F8CC
Tints of Granny Apple #B9F8CC
RGB
CMYK
RGB Variations
Color information
#B9F8CC (or 0xB9F8CC) is known color: Granny Apple. HEX triplet: B9, F8 and CC. RGB value is (185,248,204). Sum of RGB (Red+Green+Blue) = 185+248+204=637 (84% of max value = 765). Red value is 185 (72.66% from 255 or 29.04% from 637); Green value is 248 (97.27% from 255 or 38.93% from 637); Blue value is 204 (80.08% from 255 or 32.03% from 637); Max value from RGB is 248 - color contains mainly: green. Hex color #B9F8CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9F8CC is #460733. Grayscale: #E0E0E0. Windows color (decimal): -4589364 or 13433017. OLE color: 13433017.
HSL color Cylindrical-coordinate representation of color #B9F8CC: hue angle of 138.1º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B9F8CC is Cyan = 0.25, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 185 | 248 | 204 | - |
| CMYK | 0.25 | 0 | 0.18 | 0.03 |
| HSL | 138.1º | 0.82% | 0.85% | - |
| HSV(B) | 138.1º | 0.25% | 0.97% | - |
| XYZ | 64.47 | 81.81 | 69.52 | - |
| YUV | 224.15 | 116.63 | 100.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 248 | 204 | 0.25 | 0 | 0.18 | 0.03 | 138.1 | 0.82 | 0.85 |
| Hex | B9 | F8 | CC | 19 | 0 | 12 | 3 | 8A | 52 | 55 |
| Octal | 271 | 370 | 314 | 31 | 0 | 22 | 3 | 212 | 122 | 125 |
| Binary | 10111001 | 11111000 | 11001100 | 11001 | 0 | 10010 | 11 | 10001010 | 1010010 | 1010101 |
Color Harmonies of #B9F8CC
Complementary color
Monochromatic Colors of #B9F8CC
Black with #B9F8CC
Text Example
Text Example
White with #B9F8CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9F8CC; }
p { color: rgb(185,248,204); }
H1.HeaderClassName
{
color: #B9F8CC;
}
.AnyTagClassName
{
color: #B9F8CC;
}
</style>
background-color css
<style>
a { background-color: #B9F8CC; }
a { background-color: rgb(185,248,204); }
div.DivClassName
{
background-color: #B9F8CC;
}
.BgClassName
{
background-color: #B9F8CC;
}
</style>
border-color css
<style>
span { border-color: #B9F8CC; }
span { border-color: rgb(185,248,204); }
td.TdClassName
{
border-color: #B9F8CC;
}
.TagClassName
{
border-color: #B9F8CC;
}
</style>