Shades of Granny Apple #B9FFCF
Tints of Granny Apple #B9FFCF
RGB
CMYK
RGB Variations
Color information
#B9FFCF (or 0xB9FFCF) is known color: Granny Apple. HEX triplet: B9, FF and CF. RGB value is (185,255,207). Sum of RGB (Red+Green+Blue) = 185+255+207=647 (85% of max value = 765). Red value is 185 (72.66% from 255 or 28.59% from 647); Green value is 255 (100% from 255 or 39.41% from 647); Blue value is 207 (81.25% from 255 or 31.99% from 647); Max value from RGB is 255 - color contains mainly: green. Hex color #B9FFCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9FFCF is #460030. Grayscale: #E4E4E4. Windows color (decimal): -4587569 or 13631417. OLE color: 13631417.
HSL color Cylindrical-coordinate representation of color #B9FFCF: hue angle of 138.86º 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 #B9FFCF is Cyan = 0.27, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 185 | 255 | 207 | - |
| CMYK | 0.27 | 0 | 0.19 | 0 |
| HSL | 138.86º | 1% | 0.86% | - |
| HSV(B) | 138.86º | 0.27% | 1% | - |
| XYZ | 67.03 | 86.34 | 72.16 | - |
| YUV | 228.6 | 115.81 | 96.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 255 | 207 | 0.27 | 0 | 0.19 | 0 | 138.86 | 1 | 0.86 |
| Hex | B9 | FF | CF | 1B | 0 | 13 | 0 | 8B | 64 | 56 |
| Octal | 271 | 377 | 317 | 33 | 0 | 23 | 0 | 213 | 144 | 126 |
| Binary | 10111001 | 11111111 | 11001111 | 11011 | 0 | 10011 | 0 | 10001011 | 1100100 | 1010110 |
Color Harmonies of #B9FFCF
Complementary color
Monochromatic Colors of #B9FFCF
Black with #B9FFCF
Text Example
Text Example
White with #B9FFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9FFCF; }
p { color: rgb(185,255,207); }
H1.HeaderClassName
{
color: #B9FFCF;
}
.AnyTagClassName
{
color: #B9FFCF;
}
</style>
background-color css
<style>
a { background-color: #B9FFCF; }
a { background-color: rgb(185,255,207); }
div.DivClassName
{
background-color: #B9FFCF;
}
.BgClassName
{
background-color: #B9FFCF;
}
</style>
border-color css
<style>
span { border-color: #B9FFCF; }
span { border-color: rgb(185,255,207); }
td.TdClassName
{
border-color: #B9FFCF;
}
.TagClassName
{
border-color: #B9FFCF;
}
</style>