Shades of Lily #B9A1B4
Tints of Lily #B9A1B4
RGB
CMYK
RGB Variations
Color information
#B9A1B4 (or 0xB9A1B4) is known color: Lily. HEX triplet: B9, A1 and B4. RGB value is (185,161,180). Sum of RGB (Red+Green+Blue) = 185+161+180=526 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.17% from 526); Green value is 161 (63.28% from 255 or 30.61% from 526); Blue value is 180 (70.70% from 255 or 34.22% from 526); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A1B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9A1B4 is #465E4B. Grayscale: #AAAAAA. Windows color (decimal): -4611660 or 11837881. OLE color: 11837881.
HSL color Cylindrical-coordinate representation of color #B9A1B4: hue angle of 312.5º degrees, saturation: 0.15, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B9A1B4 is Cyan = 0, Magento = 0.13, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 161 | 180 | - |
| CMYK | 0 | 0.13 | 0.03 | 0.27 |
| HSL | 312.5º | 0.15% | 0.68% | - |
| HSV(B) | 312.5º | 0.13% | 0.73% | - |
| XYZ | 40.99 | 39.1 | 48.57 | - |
| YUV | 170.34 | 133.45 | 138.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 161 | 180 | 0 | 0.13 | 0.03 | 0.27 | 312.5 | 0.15 | 0.68 |
| Hex | B9 | A1 | B4 | 0 | D | 3 | 1B | 138 | F | 44 |
| Octal | 271 | 241 | 264 | 0 | 15 | 3 | 33 | 470 | 17 | 104 |
| Binary | 10111001 | 10100001 | 10110100 | 0 | 1101 | 11 | 11011 | 100111000 | 1111 | 1000100 |
Color Harmonies of #B9A1B4
Complementary color
Monochromatic Colors of #B9A1B4
Black with #B9A1B4
Text Example
Text Example
White with #B9A1B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A1B4; }
p { color: rgb(185,161,180); }
H1.HeaderClassName
{
color: #B9A1B4;
}
.AnyTagClassName
{
color: #B9A1B4;
}
</style>
background-color css
<style>
a { background-color: #B9A1B4; }
a { background-color: rgb(185,161,180); }
div.DivClassName
{
background-color: #B9A1B4;
}
.BgClassName
{
background-color: #B9A1B4;
}
</style>
border-color css
<style>
span { border-color: #B9A1B4; }
span { border-color: rgb(185,161,180); }
td.TdClassName
{
border-color: #B9A1B4;
}
.TagClassName
{
border-color: #B9A1B4;
}
</style>