Shades of Granny Apple #B9FACB
Tints of Granny Apple #B9FACB
RGB
CMYK
RGB Variations
Color information
#B9FACB (or 0xB9FACB) is known color: Granny Apple. HEX triplet: B9, FA and CB. RGB value is (185,250,203). Sum of RGB (Red+Green+Blue) = 185+250+203=638 (84% of max value = 765). Red value is 185 (72.66% from 255 or 29.00% from 638); Green value is 250 (98.05% from 255 or 39.18% from 638); Blue value is 203 (79.69% from 255 or 31.82% from 638); Max value from RGB is 250 - color contains mainly: green. Hex color #B9FACB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9FACB is #460534. Grayscale: #E1E1E1. Windows color (decimal): -4588853 or 13367993. OLE color: 13367993.
HSL color Cylindrical-coordinate representation of color #B9FACB: hue angle of 136.62º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B9FACB is Cyan = 0.26, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 185 | 250 | 203 | - |
| CMYK | 0.26 | 0 | 0.19 | 0.02 |
| HSL | 136.62º | 0.87% | 0.85% | - |
| HSV(B) | 136.62º | 0.26% | 0.98% | - |
| XYZ | 64.97 | 83 | 69.1 | - |
| YUV | 225.21 | 115.47 | 99.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 250 | 203 | 0.26 | 0 | 0.19 | 0.02 | 136.62 | 0.87 | 0.85 |
| Hex | B9 | FA | CB | 1A | 0 | 13 | 2 | 89 | 57 | 55 |
| Octal | 271 | 372 | 313 | 32 | 0 | 23 | 2 | 211 | 127 | 125 |
| Binary | 10111001 | 11111010 | 11001011 | 11010 | 0 | 10011 | 10 | 10001001 | 1010111 | 1010101 |
Color Harmonies of #B9FACB
Complementary color
Monochromatic Colors of #B9FACB
Black with #B9FACB
Text Example
Text Example
White with #B9FACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9FACB; }
p { color: rgb(185,250,203); }
H1.HeaderClassName
{
color: #B9FACB;
}
.AnyTagClassName
{
color: #B9FACB;
}
</style>
background-color css
<style>
a { background-color: #B9FACB; }
a { background-color: rgb(185,250,203); }
div.DivClassName
{
background-color: #B9FACB;
}
.BgClassName
{
background-color: #B9FACB;
}
</style>
border-color css
<style>
span { border-color: #B9FACB; }
span { border-color: rgb(185,250,203); }
td.TdClassName
{
border-color: #B9FACB;
}
.TagClassName
{
border-color: #B9FACB;
}
</style>