Shades of Lily #B99BA8
Tints of Lily #B99BA8
RGB
CMYK
RGB Variations
Color information
#B99BA8 (or 0xB99BA8) is known color: Lily. HEX triplet: B9, 9B and A8. RGB value is (185,155,168). Sum of RGB (Red+Green+Blue) = 185+155+168=508 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.42% from 508); Green value is 155 (60.94% from 255 or 30.51% from 508); Blue value is 168 (66.02% from 255 or 33.07% from 508); Max value from RGB is 185 - color contains mainly: red. Hex color #B99BA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99BA8 is #466457. Grayscale: #A5A5A5. Windows color (decimal): -4613208 or 11049913. OLE color: 11049913.
HSL color Cylindrical-coordinate representation of color #B99BA8: hue angle of 334º 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 #B99BA8 is Cyan = 0, Magento = 0.16, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 155 | 168 | - |
| CMYK | 0 | 0.16 | 0.09 | 0.27 |
| HSL | 334º | 0.18% | 0.67% | - |
| HSV(B) | 334º | 0.16% | 0.73% | - |
| XYZ | 38.8 | 36.58 | 42.06 | - |
| YUV | 165.45 | 129.44 | 141.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 155 | 168 | 0 | 0.16 | 0.09 | 0.27 | 334 | 0.18 | 0.67 |
| Hex | B9 | 9B | A8 | 0 | 10 | 9 | 1B | 14E | 12 | 43 |
| Octal | 271 | 233 | 250 | 0 | 20 | 11 | 33 | 516 | 22 | 103 |
| Binary | 10111001 | 10011011 | 10101000 | 0 | 10000 | 1001 | 11011 | 101001110 | 10010 | 1000011 |
Color Harmonies of #B99BA8
Complementary color
Monochromatic Colors of #B99BA8
Black with #B99BA8
Text Example
Text Example
White with #B99BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99BA8; }
p { color: rgb(185,155,168); }
H1.HeaderClassName
{
color: #B99BA8;
}
.AnyTagClassName
{
color: #B99BA8;
}
</style>
background-color css
<style>
a { background-color: #B99BA8; }
a { background-color: rgb(185,155,168); }
div.DivClassName
{
background-color: #B99BA8;
}
.BgClassName
{
background-color: #B99BA8;
}
</style>
border-color css
<style>
span { border-color: #B99BA8; }
span { border-color: rgb(185,155,168); }
td.TdClassName
{
border-color: #B99BA8;
}
.TagClassName
{
border-color: #B99BA8;
}
</style>