Shades of Granny Apple #B9FCCF
Tints of Granny Apple #B9FCCF
RGB
CMYK
RGB Variations
Color information
#B9FCCF (or 0xB9FCCF) is known color: Granny Apple. HEX triplet: B9, FC and CF. RGB value is (185,252,207). Sum of RGB (Red+Green+Blue) = 185+252+207=644 (85% of max value = 765). Red value is 185 (72.66% from 255 or 28.73% from 644); Green value is 252 (98.83% from 255 or 39.13% from 644); Blue value is 207 (81.25% from 255 or 32.14% from 644); Max value from RGB is 252 - color contains mainly: green. Hex color #B9FCCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9FCCF is #460330. Grayscale: #E2E2E2. Windows color (decimal): -4588337 or 13630649. OLE color: 13630649.
HSL color Cylindrical-coordinate representation of color #B9FCCF: hue angle of 139.7º 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 #B9FCCF is Cyan = 0.27, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 185 | 252 | 207 | - |
| CMYK | 0.27 | 0 | 0.18 | 0.01 |
| HSL | 139.7º | 0.92% | 0.86% | - |
| HSV(B) | 139.7º | 0.27% | 0.99% | - |
| XYZ | 66.08 | 84.44 | 71.85 | - |
| YUV | 226.84 | 116.8 | 98.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 252 | 207 | 0.27 | 0 | 0.18 | 0.01 | 139.7 | 0.92 | 0.86 |
| Hex | B9 | FC | CF | 1B | 0 | 12 | 1 | 8C | 5C | 56 |
| Octal | 271 | 374 | 317 | 33 | 0 | 22 | 1 | 214 | 134 | 126 |
| Binary | 10111001 | 11111100 | 11001111 | 11011 | 0 | 10010 | 1 | 10001100 | 1011100 | 1010110 |
Color Harmonies of #B9FCCF
Complementary color
Monochromatic Colors of #B9FCCF
Black with #B9FCCF
Text Example
Text Example
White with #B9FCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9FCCF; }
p { color: rgb(185,252,207); }
H1.HeaderClassName
{
color: #B9FCCF;
}
.AnyTagClassName
{
color: #B9FCCF;
}
</style>
background-color css
<style>
a { background-color: #B9FCCF; }
a { background-color: rgb(185,252,207); }
div.DivClassName
{
background-color: #B9FCCF;
}
.BgClassName
{
background-color: #B9FCCF;
}
</style>
border-color css
<style>
span { border-color: #B9FCCF; }
span { border-color: rgb(185,252,207); }
td.TdClassName
{
border-color: #B9FCCF;
}
.TagClassName
{
border-color: #B9FCCF;
}
</style>