Shades of Lily #B19EAA
Tints of Lily #B19EAA
RGB
CMYK
RGB Variations
Color information
#B19EAA (or 0xB19EAA) is known color: Lily. HEX triplet: B1, 9E and AA. RGB value is (177,158,170). Sum of RGB (Red+Green+Blue) = 177+158+170=505 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.05% from 505); Green value is 158 (62.11% from 255 or 31.29% from 505); Blue value is 170 (66.80% from 255 or 33.66% from 505); Max value from RGB is 177 - color contains mainly: red. Hex color #B19EAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19EAA is #4E6155. Grayscale: #A5A5A5. Windows color (decimal): -5136726 or 11181745. OLE color: 11181745.
HSL color Cylindrical-coordinate representation of color #B19EAA: hue angle of 322.11º degrees, saturation: 0.11, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B19EAA is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 158 | 170 | - |
| CMYK | 0 | 0.11 | 0.04 | 0.31 |
| HSL | 322.11º | 0.11% | 0.66% | - |
| HSV(B) | 322.11º | 0.11% | 0.69% | - |
| XYZ | 37.61 | 36.7 | 43.13 | - |
| YUV | 165.05 | 130.79 | 136.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 158 | 170 | 0 | 0.11 | 0.04 | 0.31 | 322.11 | 0.11 | 0.66 |
| Hex | B1 | 9E | AA | 0 | B | 4 | 1F | 142 | B | 42 |
| Octal | 261 | 236 | 252 | 0 | 13 | 4 | 37 | 502 | 13 | 102 |
| Binary | 10110001 | 10011110 | 10101010 | 0 | 1011 | 100 | 11111 | 101000010 | 1011 | 1000010 |
Color Harmonies of #B19EAA
Complementary color
Monochromatic Colors of #B19EAA
Black with #B19EAA
Text Example
Text Example
White with #B19EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19EAA; }
p { color: rgb(177,158,170); }
H1.HeaderClassName
{
color: #B19EAA;
}
.AnyTagClassName
{
color: #B19EAA;
}
</style>
background-color css
<style>
a { background-color: #B19EAA; }
a { background-color: rgb(177,158,170); }
div.DivClassName
{
background-color: #B19EAA;
}
.BgClassName
{
background-color: #B19EAA;
}
</style>
border-color css
<style>
span { border-color: #B19EAA; }
span { border-color: rgb(177,158,170); }
td.TdClassName
{
border-color: #B19EAA;
}
.TagClassName
{
border-color: #B19EAA;
}
</style>