Shades of Lily #B9A4B3
Tints of Lily #B9A4B3
RGB
CMYK
RGB Variations
Color information
#B9A4B3 (or 0xB9A4B3) is known color: Lily. HEX triplet: B9, A4 and B3. RGB value is (185,164,179). Sum of RGB (Red+Green+Blue) = 185+164+179=528 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.04% from 528); Green value is 164 (64.45% from 255 or 31.06% from 528); Blue value is 179 (70.31% from 255 or 33.90% from 528); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A4B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9A4B3 is #465B4C. Grayscale: #ABABAB. Windows color (decimal): -4610893 or 11773113. OLE color: 11773113.
HSL color Cylindrical-coordinate representation of color #B9A4B3: hue angle of 317.14º degrees, saturation: 0.13, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B9A4B3 is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 164 | 179 | - |
| CMYK | 0 | 0.11 | 0.03 | 0.27 |
| HSL | 317.14º | 0.13% | 0.68% | - |
| HSV(B) | 317.14º | 0.11% | 0.73% | - |
| XYZ | 41.42 | 40.12 | 48.21 | - |
| YUV | 171.99 | 131.96 | 137.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 164 | 179 | 0 | 0.11 | 0.03 | 0.27 | 317.14 | 0.13 | 0.68 |
| Hex | B9 | A4 | B3 | 0 | B | 3 | 1B | 13D | D | 44 |
| Octal | 271 | 244 | 263 | 0 | 13 | 3 | 33 | 475 | 15 | 104 |
| Binary | 10111001 | 10100100 | 10110011 | 0 | 1011 | 11 | 11011 | 100111101 | 1101 | 1000100 |
Color Harmonies of #B9A4B3
Complementary color
Monochromatic Colors of #B9A4B3
Black with #B9A4B3
Text Example
Text Example
White with #B9A4B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A4B3; }
p { color: rgb(185,164,179); }
H1.HeaderClassName
{
color: #B9A4B3;
}
.AnyTagClassName
{
color: #B9A4B3;
}
</style>
background-color css
<style>
a { background-color: #B9A4B3; }
a { background-color: rgb(185,164,179); }
div.DivClassName
{
background-color: #B9A4B3;
}
.BgClassName
{
background-color: #B9A4B3;
}
</style>
border-color css
<style>
span { border-color: #B9A4B3; }
span { border-color: rgb(185,164,179); }
td.TdClassName
{
border-color: #B9A4B3;
}
.TagClassName
{
border-color: #B9A4B3;
}
</style>