Shades of Lily #B99BAD
Tints of Lily #B99BAD
RGB
CMYK
RGB Variations
Color information
#B99BAD (or 0xB99BAD) is known color: Lily. HEX triplet: B9, 9B and AD. RGB value is (185,155,173). Sum of RGB (Red+Green+Blue) = 185+155+173=513 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.06% from 513); Green value is 155 (60.94% from 255 or 30.21% from 513); Blue value is 173 (67.97% from 255 or 33.72% from 513); Max value from RGB is 185 - color contains mainly: red. Hex color #B99BAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99BAD is #466452. Grayscale: #A5A5A5. Windows color (decimal): -4613203 or 11377593. OLE color: 11377593.
HSL color Cylindrical-coordinate representation of color #B99BAD: hue angle of 324º 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 #B99BAD is Cyan = 0, Magento = 0.16, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 155 | 173 | - |
| CMYK | 0 | 0.16 | 0.06 | 0.27 |
| HSL | 324º | 0.18% | 0.67% | - |
| HSV(B) | 324º | 0.16% | 0.73% | - |
| XYZ | 39.27 | 36.77 | 44.56 | - |
| YUV | 166.02 | 131.94 | 141.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 155 | 173 | 0 | 0.16 | 0.06 | 0.27 | 324 | 0.18 | 0.67 |
| Hex | B9 | 9B | AD | 0 | 10 | 6 | 1B | 144 | 12 | 43 |
| Octal | 271 | 233 | 255 | 0 | 20 | 6 | 33 | 504 | 22 | 103 |
| Binary | 10111001 | 10011011 | 10101101 | 0 | 10000 | 110 | 11011 | 101000100 | 10010 | 1000011 |
Color Harmonies of #B99BAD
Complementary color
Monochromatic Colors of #B99BAD
Black with #B99BAD
Text Example
Text Example
White with #B99BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99BAD; }
p { color: rgb(185,155,173); }
H1.HeaderClassName
{
color: #B99BAD;
}
.AnyTagClassName
{
color: #B99BAD;
}
</style>
background-color css
<style>
a { background-color: #B99BAD; }
a { background-color: rgb(185,155,173); }
div.DivClassName
{
background-color: #B99BAD;
}
.BgClassName
{
background-color: #B99BAD;
}
</style>
border-color css
<style>
span { border-color: #B99BAD; }
span { border-color: rgb(185,155,173); }
td.TdClassName
{
border-color: #B99BAD;
}
.TagClassName
{
border-color: #B99BAD;
}
</style>