Shades of Lily #B9A7B5
Tints of Lily #B9A7B5
RGB
CMYK
RGB Variations
Color information
#B9A7B5 (or 0xB9A7B5) is known color: Lily. HEX triplet: B9, A7 and B5. RGB value is (185,167,181). Sum of RGB (Red+Green+Blue) = 185+167+181=533 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.71% from 533); Green value is 167 (65.62% from 255 or 31.33% from 533); Blue value is 181 (71.09% from 255 or 33.96% from 533); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A7B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9A7B5 is #46584A. Grayscale: #ADADAD. Windows color (decimal): -4610123 or 11904953. OLE color: 11904953.
HSL color Cylindrical-coordinate representation of color #B9A7B5: hue angle of 313.33º degrees, saturation: 0.11, 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 #B9A7B5 is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
RGB | 185 | 167 | 181 | - |
CMYK | 0 | 0.10 | 0.02 | 0.27 |
HSL | 313.33º | 0.11% | 0.69% | - |
HSV(B) | 313.33º | 0.1% | 0.73% | - |
XYZ | 42.17 | 41.29 | 49.46 | - |
YUV | 173.98 | 131.96 | 135.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 185 | 167 | 181 | 0 | 0.10 | 0.02 | 0.27 | 313.33 | 0.11 | 0.69 |
Hex | B9 | A7 | B5 | 0 | A | 2 | 1B | 139 | B | 45 |
Octal | 271 | 247 | 265 | 0 | 12 | 2 | 33 | 471 | 13 | 105 |
Binary | 10111001 | 10100111 | 10110101 | 0 | 1010 | 10 | 11011 | 100111001 | 1011 | 1000101 |
Color Harmonies of #B9A7B5
Complementary color
Monochromatic Colors of #B9A7B5
Black with #B9A7B5
Text Example
Text Example
White with #B9A7B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A7B5; }
p { color: rgb(185,167,181); }
H1.HeaderClassName
{
color: #B9A7B5;
}
.AnyTagClassName
{
color: #B9A7B5;
}
</style>
background-color css
<style>
a { background-color: #B9A7B5; }
a { background-color: rgb(185,167,181); }
div.DivClassName
{
background-color: #B9A7B5;
}
.BgClassName
{
background-color: #B9A7B5;
}
</style>
border-color css
<style>
span { border-color: #B9A7B5; }
span { border-color: rgb(185,167,181); }
td.TdClassName
{
border-color: #B9A7B5;
}
.TagClassName
{
border-color: #B9A7B5;
}
</style>