Shades of Lily #B199A8
Tints of Lily #B199A8
RGB
CMYK
RGB Variations
Color information
#B199A8 (or 0xB199A8) is known color: Lily. HEX triplet: B1, 99 and A8. RGB value is (177,153,168). Sum of RGB (Red+Green+Blue) = 177+153+168=498 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.54% from 498); Green value is 153 (60.16% from 255 or 30.72% from 498); Blue value is 168 (66.02% from 255 or 33.73% from 498); Max value from RGB is 177 - color contains mainly: red. Hex color #B199A8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B199A8 is #4E6657. Grayscale: #A1A1A1. Windows color (decimal): -5138008 or 11049393. OLE color: 11049393.
HSL color Cylindrical-coordinate representation of color #B199A8: hue angle of 322.5º degrees, saturation: 0.13, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B199A8 is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
RGB | 177 | 153 | 168 | - |
CMYK | 0 | 0.14 | 0.05 | 0.31 |
HSL | 322.5º | 0.13% | 0.65% | - |
HSV(B) | 322.5º | 0.14% | 0.69% | - |
XYZ | 36.59 | 34.96 | 41.86 | - |
YUV | 161.89 | 131.45 | 138.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 177 | 153 | 168 | 0 | 0.14 | 0.05 | 0.31 | 322.5 | 0.13 | 0.65 |
Hex | B1 | 99 | A8 | 0 | E | 5 | 1F | 142 | D | 41 |
Octal | 261 | 231 | 250 | 0 | 16 | 5 | 37 | 502 | 15 | 101 |
Binary | 10110001 | 10011001 | 10101000 | 0 | 1110 | 101 | 11111 | 101000010 | 1101 | 1000001 |
Color Harmonies of #B199A8
Complementary color
Monochromatic Colors of #B199A8
Black with #B199A8
Text Example
Text Example
White with #B199A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B199A8; }
p { color: rgb(177,153,168); }
H1.HeaderClassName
{
color: #B199A8;
}
.AnyTagClassName
{
color: #B199A8;
}
</style>
background-color css
<style>
a { background-color: #B199A8; }
a { background-color: rgb(177,153,168); }
div.DivClassName
{
background-color: #B199A8;
}
.BgClassName
{
background-color: #B199A8;
}
</style>
border-color css
<style>
span { border-color: #B199A8; }
span { border-color: rgb(177,153,168); }
td.TdClassName
{
border-color: #B199A8;
}
.TagClassName
{
border-color: #B199A8;
}
</style>