Shades of Lily #B29FAC
Tints of Lily #B29FAC
RGB
CMYK
RGB Variations
Color information
#B29FAC (or 0xB29FAC) is known color: Lily. HEX triplet: B2, 9F and AC. RGB value is (178,159,172). Sum of RGB (Red+Green+Blue) = 178+159+172=509 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.97% from 509); Green value is 159 (62.5% from 255 or 31.24% from 509); Blue value is 172 (67.58% from 255 or 33.79% from 509); Max value from RGB is 178 - color contains mainly: red. Hex color #B29FAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29FAC is #4D6053. Grayscale: #A6A6A6. Windows color (decimal): -5070932 or 11313074. OLE color: 11313074.
HSL color Cylindrical-coordinate representation of color #B29FAC: hue angle of 318.95º degrees, saturation: 0.11, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B29FAC is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 159 | 172 | - |
| CMYK | 0 | 0.11 | 0.03 | 0.30 |
| HSL | 318.95º | 0.11% | 0.66% | - |
| HSV(B) | 318.95º | 0.11% | 0.7% | - |
| XYZ | 38.2 | 37.24 | 44.2 | - |
| YUV | 166.16 | 131.29 | 136.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 159 | 172 | 0 | 0.11 | 0.03 | 0.30 | 318.95 | 0.11 | 0.66 |
| Hex | B2 | 9F | AC | 0 | B | 3 | 1E | 13F | B | 42 |
| Octal | 262 | 237 | 254 | 0 | 13 | 3 | 36 | 477 | 13 | 102 |
| Binary | 10110010 | 10011111 | 10101100 | 0 | 1011 | 11 | 11110 | 100111111 | 1011 | 1000010 |
Color Harmonies of #B29FAC
Complementary color
Monochromatic Colors of #B29FAC
Black with #B29FAC
Text Example
Text Example
White with #B29FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B29FAC; }
p { color: rgb(178,159,172); }
H1.HeaderClassName
{
color: #B29FAC;
}
.AnyTagClassName
{
color: #B29FAC;
}
</style>
background-color css
<style>
a { background-color: #B29FAC; }
a { background-color: rgb(178,159,172); }
div.DivClassName
{
background-color: #B29FAC;
}
.BgClassName
{
background-color: #B29FAC;
}
</style>
border-color css
<style>
span { border-color: #B29FAC; }
span { border-color: rgb(178,159,172); }
td.TdClassName
{
border-color: #B29FAC;
}
.TagClassName
{
border-color: #B29FAC;
}
</style>