Shades of Lily #B599A8
Tints of Lily #B599A8
RGB
CMYK
RGB Variations
Color information
#B599A8 (or 0xB599A8) is known color: Lily. HEX triplet: B5, 99 and A8. RGB value is (181,153,168). Sum of RGB (Red+Green+Blue) = 181+153+168=502 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.06% from 502); Green value is 153 (60.16% from 255 or 30.48% from 502); Blue value is 168 (66.02% from 255 or 33.47% from 502); Max value from RGB is 181 - color contains mainly: red. Hex color #B599A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B599A8 is #4A6657. Grayscale: #A3A3A3. Windows color (decimal): -4875864 or 11049397. OLE color: 11049397.
HSL color Cylindrical-coordinate representation of color #B599A8: hue angle of 327.86º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B599A8 is Cyan = 0, Magento = 0.15, Yellow = 0.07 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 153 | 168 | - |
| CMYK | 0 | 0.15 | 0.07 | 0.29 |
| HSL | 327.86º | 0.16% | 0.65% | - |
| HSV(B) | 327.86º | 0.15% | 0.71% | - |
| XYZ | 37.52 | 35.43 | 41.91 | - |
| YUV | 163.08 | 130.78 | 140.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 153 | 168 | 0 | 0.15 | 0.07 | 0.29 | 327.86 | 0.16 | 0.65 |
| Hex | B5 | 99 | A8 | 0 | F | 7 | 1D | 148 | 10 | 41 |
| Octal | 265 | 231 | 250 | 0 | 17 | 7 | 35 | 510 | 20 | 101 |
| Binary | 10110101 | 10011001 | 10101000 | 0 | 1111 | 111 | 11101 | 101001000 | 10000 | 1000001 |
Color Harmonies of #B599A8
Complementary color
Monochromatic Colors of #B599A8
Black with #B599A8
Text Example
Text Example
White with #B599A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B599A8; }
p { color: rgb(181,153,168); }
H1.HeaderClassName
{
color: #B599A8;
}
.AnyTagClassName
{
color: #B599A8;
}
</style>
background-color css
<style>
a { background-color: #B599A8; }
a { background-color: rgb(181,153,168); }
div.DivClassName
{
background-color: #B599A8;
}
.BgClassName
{
background-color: #B599A8;
}
</style>
border-color css
<style>
span { border-color: #B599A8; }
span { border-color: rgb(181,153,168); }
td.TdClassName
{
border-color: #B599A8;
}
.TagClassName
{
border-color: #B599A8;
}
</style>