Shades of Lily #B9A2B3
Tints of Lily #B9A2B3
RGB
CMYK
RGB Variations
Color information
#B9A2B3 (or 0xB9A2B3) is known color: Lily. HEX triplet: B9, A2 and B3. RGB value is (185,162,179). Sum of RGB (Red+Green+Blue) = 185+162+179=526 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.17% from 526); Green value is 162 (63.67% from 255 or 30.80% from 526); Blue value is 179 (70.31% from 255 or 34.03% from 526); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A2B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9A2B3 is #465D4C. Grayscale: #AAAAAA. Windows color (decimal): -4611405 or 11772601. OLE color: 11772601.
HSL color Cylindrical-coordinate representation of color #B9A2B3: hue angle of 315.65º degrees, saturation: 0.14, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B9A2B3 is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 162 | 179 | - |
| CMYK | 0 | 0.12 | 0.03 | 0.27 |
| HSL | 315.65º | 0.14% | 0.68% | - |
| HSV(B) | 315.65º | 0.12% | 0.73% | - |
| XYZ | 41.06 | 39.41 | 48.09 | - |
| YUV | 170.82 | 132.62 | 138.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 162 | 179 | 0 | 0.12 | 0.03 | 0.27 | 315.65 | 0.14 | 0.68 |
| Hex | B9 | A2 | B3 | 0 | C | 3 | 1B | 13C | E | 44 |
| Octal | 271 | 242 | 263 | 0 | 14 | 3 | 33 | 474 | 16 | 104 |
| Binary | 10111001 | 10100010 | 10110011 | 0 | 1100 | 11 | 11011 | 100111100 | 1110 | 1000100 |
Color Harmonies of #B9A2B3
Complementary color
Monochromatic Colors of #B9A2B3
Black with #B9A2B3
Text Example
Text Example
White with #B9A2B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A2B3; }
p { color: rgb(185,162,179); }
H1.HeaderClassName
{
color: #B9A2B3;
}
.AnyTagClassName
{
color: #B9A2B3;
}
</style>
background-color css
<style>
a { background-color: #B9A2B3; }
a { background-color: rgb(185,162,179); }
div.DivClassName
{
background-color: #B9A2B3;
}
.BgClassName
{
background-color: #B9A2B3;
}
</style>
border-color css
<style>
span { border-color: #B9A2B3; }
span { border-color: rgb(185,162,179); }
td.TdClassName
{
border-color: #B9A2B3;
}
.TagClassName
{
border-color: #B9A2B3;
}
</style>