Shades of Lily #B99BAF
Tints of Lily #B99BAF
RGB
CMYK
RGB Variations
Color information
#B99BAF (or 0xB99BAF) is known color: Lily. HEX triplet: B9, 9B and AF. RGB value is (185,155,175). Sum of RGB (Red+Green+Blue) = 185+155+175=515 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.92% from 515); Green value is 155 (60.94% from 255 or 30.10% from 515); Blue value is 175 (68.75% from 255 or 33.98% from 515); Max value from RGB is 185 - color contains mainly: red. Hex color #B99BAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99BAF is #466450. Grayscale: #A6A6A6. Windows color (decimal): -4613201 or 11508665. OLE color: 11508665.
HSL color Cylindrical-coordinate representation of color #B99BAF: hue angle of 320º 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 #B99BAF is Cyan = 0, Magento = 0.16, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 155 | 175 | - |
| CMYK | 0 | 0.16 | 0.05 | 0.27 |
| HSL | 320º | 0.18% | 0.67% | - |
| HSV(B) | 320º | 0.16% | 0.73% | - |
| XYZ | 39.47 | 36.85 | 45.59 | - |
| YUV | 166.25 | 132.94 | 141.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 155 | 175 | 0 | 0.16 | 0.05 | 0.27 | 320 | 0.18 | 0.67 |
| Hex | B9 | 9B | AF | 0 | 10 | 5 | 1B | 140 | 12 | 43 |
| Octal | 271 | 233 | 257 | 0 | 20 | 5 | 33 | 500 | 22 | 103 |
| Binary | 10111001 | 10011011 | 10101111 | 0 | 10000 | 101 | 11011 | 101000000 | 10010 | 1000011 |
Color Harmonies of #B99BAF
Complementary color
Monochromatic Colors of #B99BAF
Black with #B99BAF
Text Example
Text Example
White with #B99BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99BAF; }
p { color: rgb(185,155,175); }
H1.HeaderClassName
{
color: #B99BAF;
}
.AnyTagClassName
{
color: #B99BAF;
}
</style>
background-color css
<style>
a { background-color: #B99BAF; }
a { background-color: rgb(185,155,175); }
div.DivClassName
{
background-color: #B99BAF;
}
.BgClassName
{
background-color: #B99BAF;
}
</style>
border-color css
<style>
span { border-color: #B99BAF; }
span { border-color: rgb(185,155,175); }
td.TdClassName
{
border-color: #B99BAF;
}
.TagClassName
{
border-color: #B99BAF;
}
</style>