Shades of Lily #B9A5B3
Tints of Lily #B9A5B3
RGB
CMYK
RGB Variations
Color information
#B9A5B3 (or 0xB9A5B3) is known color: Lily. HEX triplet: B9, A5 and B3. RGB value is (185,165,179). Sum of RGB (Red+Green+Blue) = 185+165+179=529 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.97% from 529); Green value is 165 (64.84% from 255 or 31.19% from 529); Blue value is 179 (70.31% from 255 or 33.84% from 529); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A5B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9A5B3 is #465A4C. Grayscale: #ACACAC. Windows color (decimal): -4610637 or 11773369. OLE color: 11773369.
HSL color Cylindrical-coordinate representation of color #B9A5B3: hue angle of 318º degrees, saturation: 0.12, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B9A5B3 is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 165 | 179 | - |
| CMYK | 0 | 0.11 | 0.03 | 0.27 |
| HSL | 318º | 0.13% | 0.69% | - |
| HSV(B) | 318º | 0.11% | 0.73% | - |
| XYZ | 41.6 | 40.48 | 48.27 | - |
| YUV | 172.58 | 131.63 | 136.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 165 | 179 | 0 | 0.11 | 0.03 | 0.27 | 318 | 0.13 | 0.69 |
| Hex | B9 | A5 | B3 | 0 | B | 3 | 1B | 13E | C | 45 |
| Octal | 271 | 245 | 263 | 0 | 13 | 3 | 33 | 476 | 14 | 105 |
| Binary | 10111001 | 10100101 | 10110011 | 0 | 1011 | 11 | 11011 | 100111110 | 1100 | 1000101 |
Color Harmonies of #B9A5B3
Complementary color
Monochromatic Colors of #B9A5B3
Black with #B9A5B3
Text Example
Text Example
White with #B9A5B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A5B3; }
p { color: rgb(185,165,179); }
H1.HeaderClassName
{
color: #B9A5B3;
}
.AnyTagClassName
{
color: #B9A5B3;
}
</style>
background-color css
<style>
a { background-color: #B9A5B3; }
a { background-color: rgb(185,165,179); }
div.DivClassName
{
background-color: #B9A5B3;
}
.BgClassName
{
background-color: #B9A5B3;
}
</style>
border-color css
<style>
span { border-color: #B9A5B3; }
span { border-color: rgb(185,165,179); }
td.TdClassName
{
border-color: #B9A5B3;
}
.TagClassName
{
border-color: #B9A5B3;
}
</style>