Shades of Lily #B79DAC
Tints of Lily #B79DAC
RGB
CMYK
RGB Variations
Color information
#B79DAC (or 0xB79DAC) is known color: Lily. HEX triplet: B7, 9D and AC. RGB value is (183,157,172). Sum of RGB (Red+Green+Blue) = 183+157+172=512 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.74% from 512); Green value is 157 (61.72% from 255 or 30.66% from 512); Blue value is 172 (67.58% from 255 or 33.59% from 512); Max value from RGB is 183 - color contains mainly: red. Hex color #B79DAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B79DAC is #486253. Grayscale: #A6A6A6. Windows color (decimal): -4743764 or 11312567. OLE color: 11312567.
HSL color Cylindrical-coordinate representation of color #B79DAC: hue angle of 325.38º degrees, saturation: 0.15, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B79DAC is Cyan = 0, Magento = 0.14, Yellow = 0.06 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 157 | 172 | - |
| CMYK | 0 | 0.14 | 0.06 | 0.28 |
| HSL | 325.38º | 0.15% | 0.67% | - |
| HSV(B) | 325.38º | 0.14% | 0.72% | - |
| XYZ | 39.03 | 37.16 | 44.15 | - |
| YUV | 166.48 | 131.11 | 139.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 157 | 172 | 0 | 0.14 | 0.06 | 0.28 | 325.38 | 0.15 | 0.67 |
| Hex | B7 | 9D | AC | 0 | E | 6 | 1C | 145 | F | 43 |
| Octal | 267 | 235 | 254 | 0 | 16 | 6 | 34 | 505 | 17 | 103 |
| Binary | 10110111 | 10011101 | 10101100 | 0 | 1110 | 110 | 11100 | 101000101 | 1111 | 1000011 |
Color Harmonies of #B79DAC
Complementary color
Monochromatic Colors of #B79DAC
Black with #B79DAC
Text Example
Text Example
White with #B79DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B79DAC; }
p { color: rgb(183,157,172); }
H1.HeaderClassName
{
color: #B79DAC;
}
.AnyTagClassName
{
color: #B79DAC;
}
</style>
background-color css
<style>
a { background-color: #B79DAC; }
a { background-color: rgb(183,157,172); }
div.DivClassName
{
background-color: #B79DAC;
}
.BgClassName
{
background-color: #B79DAC;
}
</style>
border-color css
<style>
span { border-color: #B79DAC; }
span { border-color: rgb(183,157,172); }
td.TdClassName
{
border-color: #B79DAC;
}
.TagClassName
{
border-color: #B79DAC;
}
</style>