Shades of Lily #B598AC
Tints of Lily #B598AC
RGB
CMYK
RGB Variations
Color information
#B598AC (or 0xB598AC) is known color: Lily. HEX triplet: B5, 98 and AC. RGB value is (181,152,172). Sum of RGB (Red+Green+Blue) = 181+152+172=505 (66% of max value = 765). Red value is 181 (71.09% from 255 or 35.84% from 505); Green value is 152 (59.77% from 255 or 30.10% from 505); Blue value is 172 (67.58% from 255 or 34.06% from 505); Max value from RGB is 181 - color contains mainly: red. Hex color #B598AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B598AC is #4A6753. Grayscale: #A2A2A2. Windows color (decimal): -4876116 or 11311285. OLE color: 11311285.
HSL color Cylindrical-coordinate representation of color #B598AC: hue angle of 318.62º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B598AC is Cyan = 0, Magento = 0.16, Yellow = 0.05 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 152 | 172 | - |
| CMYK | 0 | 0.16 | 0.05 | 0.29 |
| HSL | 318.62º | 0.16% | 0.65% | - |
| HSV(B) | 318.62º | 0.16% | 0.71% | - |
| XYZ | 37.73 | 35.26 | 43.85 | - |
| YUV | 162.95 | 133.11 | 140.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 152 | 172 | 0 | 0.16 | 0.05 | 0.29 | 318.62 | 0.16 | 0.65 |
| Hex | B5 | 98 | AC | 0 | 10 | 5 | 1D | 13F | 10 | 41 |
| Octal | 265 | 230 | 254 | 0 | 20 | 5 | 35 | 477 | 20 | 101 |
| Binary | 10110101 | 10011000 | 10101100 | 0 | 10000 | 101 | 11101 | 100111111 | 10000 | 1000001 |
Color Harmonies of #B598AC
Complementary color
Monochromatic Colors of #B598AC
Black with #B598AC
Text Example
Text Example
White with #B598AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B598AC; }
p { color: rgb(181,152,172); }
H1.HeaderClassName
{
color: #B598AC;
}
.AnyTagClassName
{
color: #B598AC;
}
</style>
background-color css
<style>
a { background-color: #B598AC; }
a { background-color: rgb(181,152,172); }
div.DivClassName
{
background-color: #B598AC;
}
.BgClassName
{
background-color: #B598AC;
}
</style>
border-color css
<style>
span { border-color: #B598AC; }
span { border-color: rgb(181,152,172); }
td.TdClassName
{
border-color: #B598AC;
}
.TagClassName
{
border-color: #B598AC;
}
</style>