Shades of Lily #B9A6B3
Tints of Lily #B9A6B3
RGB
CMYK
RGB Variations
Color information
#B9A6B3 (or 0xB9A6B3) is known color: Lily. HEX triplet: B9, A6 and B3. RGB value is (185,166,179). Sum of RGB (Red+Green+Blue) = 185+166+179=530 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.91% from 530); Green value is 166 (65.23% from 255 or 31.32% from 530); Blue value is 179 (70.31% from 255 or 33.77% from 530); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A6B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9A6B3 is #46594C. Grayscale: #ADADAD. Windows color (decimal): -4610381 or 11773625. OLE color: 11773625.
HSL color Cylindrical-coordinate representation of color #B9A6B3: hue angle of 318.95º degrees, saturation: 0.12, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B9A6B3 is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 166 | 179 | - |
| CMYK | 0 | 0.10 | 0.03 | 0.27 |
| HSL | 318.95º | 0.12% | 0.69% | - |
| HSV(B) | 318.95º | 0.1% | 0.73% | - |
| XYZ | 41.78 | 40.84 | 48.33 | - |
| YUV | 173.16 | 131.29 | 136.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 166 | 179 | 0 | 0.10 | 0.03 | 0.27 | 318.95 | 0.12 | 0.69 |
| Hex | B9 | A6 | B3 | 0 | A | 3 | 1B | 13F | C | 45 |
| Octal | 271 | 246 | 263 | 0 | 12 | 3 | 33 | 477 | 14 | 105 |
| Binary | 10111001 | 10100110 | 10110011 | 0 | 1010 | 11 | 11011 | 100111111 | 1100 | 1000101 |
Color Harmonies of #B9A6B3
Complementary color
Monochromatic Colors of #B9A6B3
Black with #B9A6B3
Text Example
Text Example
White with #B9A6B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A6B3; }
p { color: rgb(185,166,179); }
H1.HeaderClassName
{
color: #B9A6B3;
}
.AnyTagClassName
{
color: #B9A6B3;
}
</style>
background-color css
<style>
a { background-color: #B9A6B3; }
a { background-color: rgb(185,166,179); }
div.DivClassName
{
background-color: #B9A6B3;
}
.BgClassName
{
background-color: #B9A6B3;
}
</style>
border-color css
<style>
span { border-color: #B9A6B3; }
span { border-color: rgb(185,166,179); }
td.TdClassName
{
border-color: #B9A6B3;
}
.TagClassName
{
border-color: #B9A6B3;
}
</style>