Shades of Lily #B99BAC
Tints of Lily #B99BAC
RGB
CMYK
RGB Variations
Color information
#B99BAC (or 0xB99BAC) is known color: Lily. HEX triplet: B9, 9B and AC. RGB value is (185,155,172). Sum of RGB (Red+Green+Blue) = 185+155+172=512 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.13% from 512); Green value is 155 (60.94% from 255 or 30.27% from 512); Blue value is 172 (67.58% from 255 or 33.59% from 512); Max value from RGB is 185 - color contains mainly: red. Hex color #B99BAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99BAC is #466453. Grayscale: #A5A5A5. Windows color (decimal): -4613204 or 11312057. OLE color: 11312057.
HSL color Cylindrical-coordinate representation of color #B99BAC: hue angle of 326º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B99BAC is Cyan = 0, Magento = 0.16, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 155 | 172 | - |
| CMYK | 0 | 0.16 | 0.07 | 0.27 |
| HSL | 326º | 0.18% | 0.67% | - |
| HSV(B) | 326º | 0.16% | 0.73% | - |
| XYZ | 39.18 | 36.74 | 44.06 | - |
| YUV | 165.91 | 131.44 | 141.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 155 | 172 | 0 | 0.16 | 0.07 | 0.27 | 326 | 0.18 | 0.67 |
| Hex | B9 | 9B | AC | 0 | 10 | 7 | 1B | 146 | 12 | 43 |
| Octal | 271 | 233 | 254 | 0 | 20 | 7 | 33 | 506 | 22 | 103 |
| Binary | 10111001 | 10011011 | 10101100 | 0 | 10000 | 111 | 11011 | 101000110 | 10010 | 1000011 |
Color Harmonies of #B99BAC
Complementary color
Monochromatic Colors of #B99BAC
Black with #B99BAC
Text Example
Text Example
White with #B99BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99BAC; }
p { color: rgb(185,155,172); }
H1.HeaderClassName
{
color: #B99BAC;
}
.AnyTagClassName
{
color: #B99BAC;
}
</style>
background-color css
<style>
a { background-color: #B99BAC; }
a { background-color: rgb(185,155,172); }
div.DivClassName
{
background-color: #B99BAC;
}
.BgClassName
{
background-color: #B99BAC;
}
</style>
border-color css
<style>
span { border-color: #B99BAC; }
span { border-color: rgb(185,155,172); }
td.TdClassName
{
border-color: #B99BAC;
}
.TagClassName
{
border-color: #B99BAC;
}
</style>