Shades of Granny Apple #B9FACC
Tints of Granny Apple #B9FACC
RGB
CMYK
RGB Variations
Color information
#B9FACC (or 0xB9FACC) is known color: Granny Apple. HEX triplet: B9, FA and CC. RGB value is (185,250,204). Sum of RGB (Red+Green+Blue) = 185+250+204=639 (84% of max value = 765). Red value is 185 (72.66% from 255 or 28.95% from 639); Green value is 250 (98.05% from 255 or 39.12% from 639); Blue value is 204 (80.08% from 255 or 31.92% from 639); Max value from RGB is 250 - color contains mainly: green. Hex color #B9FACC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9FACC is #460533. Grayscale: #E1E1E1. Windows color (decimal): -4588852 or 13433529. OLE color: 13433529.
HSL color Cylindrical-coordinate representation of color #B9FACC: hue angle of 137.54º 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 #B9FACC is Cyan = 0.26, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
RGB | 185 | 250 | 204 | - |
CMYK | 0.26 | 0 | 0.18 | 0.02 |
HSL | 137.54º | 0.87% | 0.85% | - |
HSV(B) | 137.54º | 0.26% | 0.98% | - |
XYZ | 65.09 | 83.05 | 69.73 | - |
YUV | 225.32 | 115.97 | 99.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 185 | 250 | 204 | 0.26 | 0 | 0.18 | 0.02 | 137.54 | 0.87 | 0.85 |
Hex | B9 | FA | CC | 1A | 0 | 12 | 2 | 8A | 57 | 55 |
Octal | 271 | 372 | 314 | 32 | 0 | 22 | 2 | 212 | 127 | 125 |
Binary | 10111001 | 11111010 | 11001100 | 11010 | 0 | 10010 | 10 | 10001010 | 1010111 | 1010101 |
Color Harmonies of #B9FACC
Complementary color
Monochromatic Colors of #B9FACC
Black with #B9FACC
Text Example
Text Example
White with #B9FACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9FACC; }
p { color: rgb(185,250,204); }
H1.HeaderClassName
{
color: #B9FACC;
}
.AnyTagClassName
{
color: #B9FACC;
}
</style>
background-color css
<style>
a { background-color: #B9FACC; }
a { background-color: rgb(185,250,204); }
div.DivClassName
{
background-color: #B9FACC;
}
.BgClassName
{
background-color: #B9FACC;
}
</style>
border-color css
<style>
span { border-color: #B9FACC; }
span { border-color: rgb(185,250,204); }
td.TdClassName
{
border-color: #B9FACC;
}
.TagClassName
{
border-color: #B9FACC;
}
</style>