Shades of Lily #B19FAA
Tints of Lily #B19FAA
RGB
CMYK
RGB Variations
Color information
#B19FAA (or 0xB19FAA) is known color: Lily. HEX triplet: B1, 9F and AA. RGB value is (177,159,170). Sum of RGB (Red+Green+Blue) = 177+159+170=506 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.98% from 506); Green value is 159 (62.5% from 255 or 31.42% from 506); Blue value is 170 (66.80% from 255 or 33.60% from 506); Max value from RGB is 177 - color contains mainly: red. Hex color #B19FAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19FAA is #4E6055. Grayscale: #A5A5A5. Windows color (decimal): -5136470 or 11182001. OLE color: 11182001.
HSL color Cylindrical-coordinate representation of color #B19FAA: hue angle of 323.33º degrees, saturation: 0.1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B19FAA is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 159 | 170 | - |
| CMYK | 0 | 0.10 | 0.04 | 0.31 |
| HSL | 323.33º | 0.1% | 0.66% | - |
| HSV(B) | 323.33º | 0.1% | 0.69% | - |
| XYZ | 37.79 | 37.05 | 43.19 | - |
| YUV | 165.64 | 130.46 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 159 | 170 | 0 | 0.10 | 0.04 | 0.31 | 323.33 | 0.1 | 0.66 |
| Hex | B1 | 9F | AA | 0 | A | 4 | 1F | 143 | A | 42 |
| Octal | 261 | 237 | 252 | 0 | 12 | 4 | 37 | 503 | 12 | 102 |
| Binary | 10110001 | 10011111 | 10101010 | 0 | 1010 | 100 | 11111 | 101000011 | 1010 | 1000010 |
Color Harmonies of #B19FAA
Complementary color
Monochromatic Colors of #B19FAA
Black with #B19FAA
Text Example
Text Example
White with #B19FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19FAA; }
p { color: rgb(177,159,170); }
H1.HeaderClassName
{
color: #B19FAA;
}
.AnyTagClassName
{
color: #B19FAA;
}
</style>
background-color css
<style>
a { background-color: #B19FAA; }
a { background-color: rgb(177,159,170); }
div.DivClassName
{
background-color: #B19FAA;
}
.BgClassName
{
background-color: #B19FAA;
}
</style>
border-color css
<style>
span { border-color: #B19FAA; }
span { border-color: rgb(177,159,170); }
td.TdClassName
{
border-color: #B19FAA;
}
.TagClassName
{
border-color: #B19FAA;
}
</style>