Shades of Lily #B99BAE
Tints of Lily #B99BAE
RGB
CMYK
RGB Variations
Color information
#B99BAE (or 0xB99BAE) is known color: Lily. HEX triplet: B9, 9B and AE. RGB value is (185,155,174). Sum of RGB (Red+Green+Blue) = 185+155+174=514 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.99% from 514); Green value is 155 (60.94% from 255 or 30.16% from 514); Blue value is 174 (68.36% from 255 or 33.85% from 514); Max value from RGB is 185 - color contains mainly: red. Hex color #B99BAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99BAE is #466451. Grayscale: #A6A6A6. Windows color (decimal): -4613202 or 11443129. OLE color: 11443129.
HSL color Cylindrical-coordinate representation of color #B99BAE: hue angle of 322º 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 #B99BAE is Cyan = 0, Magento = 0.16, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 155 | 174 | - |
| CMYK | 0 | 0.16 | 0.06 | 0.27 |
| HSL | 322º | 0.18% | 0.67% | - |
| HSV(B) | 322º | 0.16% | 0.73% | - |
| XYZ | 39.37 | 36.81 | 45.08 | - |
| YUV | 166.14 | 132.44 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 155 | 174 | 0 | 0.16 | 0.06 | 0.27 | 322 | 0.18 | 0.67 |
| Hex | B9 | 9B | AE | 0 | 10 | 6 | 1B | 142 | 12 | 43 |
| Octal | 271 | 233 | 256 | 0 | 20 | 6 | 33 | 502 | 22 | 103 |
| Binary | 10111001 | 10011011 | 10101110 | 0 | 10000 | 110 | 11011 | 101000010 | 10010 | 1000011 |
Color Harmonies of #B99BAE
Complementary color
Monochromatic Colors of #B99BAE
Black with #B99BAE
Text Example
Text Example
White with #B99BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99BAE; }
p { color: rgb(185,155,174); }
H1.HeaderClassName
{
color: #B99BAE;
}
.AnyTagClassName
{
color: #B99BAE;
}
</style>
background-color css
<style>
a { background-color: #B99BAE; }
a { background-color: rgb(185,155,174); }
div.DivClassName
{
background-color: #B99BAE;
}
.BgClassName
{
background-color: #B99BAE;
}
</style>
border-color css
<style>
span { border-color: #B99BAE; }
span { border-color: rgb(185,155,174); }
td.TdClassName
{
border-color: #B99BAE;
}
.TagClassName
{
border-color: #B99BAE;
}
</style>