Shades of Lily #B9A5B4
Tints of Lily #B9A5B4
RGB
CMYK
RGB Variations
Color information
#B9A5B4 (or 0xB9A5B4) is known color: Lily. HEX triplet: B9, A5 and B4. RGB value is (185,165,180). Sum of RGB (Red+Green+Blue) = 185+165+180=530 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.91% from 530); Green value is 165 (64.84% from 255 or 31.13% from 530); Blue value is 180 (70.70% from 255 or 33.96% from 530); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A5B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9A5B4 is #465A4B. Grayscale: #ACACAC. Windows color (decimal): -4610636 or 11838905. OLE color: 11838905.
HSL color Cylindrical-coordinate representation of color #B9A5B4: hue angle of 315º 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 #B9A5B4 is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 165 | 180 | - |
| CMYK | 0 | 0.11 | 0.03 | 0.27 |
| HSL | 315º | 0.13% | 0.69% | - |
| HSV(B) | 315º | 0.11% | 0.73% | - |
| XYZ | 41.7 | 40.52 | 48.8 | - |
| YUV | 172.69 | 132.13 | 136.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 165 | 180 | 0 | 0.11 | 0.03 | 0.27 | 315 | 0.13 | 0.69 |
| Hex | B9 | A5 | B4 | 0 | B | 3 | 1B | 13B | C | 45 |
| Octal | 271 | 245 | 264 | 0 | 13 | 3 | 33 | 473 | 14 | 105 |
| Binary | 10111001 | 10100101 | 10110100 | 0 | 1011 | 11 | 11011 | 100111011 | 1100 | 1000101 |
Color Harmonies of #B9A5B4
Complementary color
Monochromatic Colors of #B9A5B4
Black with #B9A5B4
Text Example
Text Example
White with #B9A5B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A5B4; }
p { color: rgb(185,165,180); }
H1.HeaderClassName
{
color: #B9A5B4;
}
.AnyTagClassName
{
color: #B9A5B4;
}
</style>
background-color css
<style>
a { background-color: #B9A5B4; }
a { background-color: rgb(185,165,180); }
div.DivClassName
{
background-color: #B9A5B4;
}
.BgClassName
{
background-color: #B9A5B4;
}
</style>
border-color css
<style>
span { border-color: #B9A5B4; }
span { border-color: rgb(185,165,180); }
td.TdClassName
{
border-color: #B9A5B4;
}
.TagClassName
{
border-color: #B9A5B4;
}
</style>