Shades of Lily #B898AD
Tints of Lily #B898AD
RGB
CMYK
RGB Variations
Color information
#B898AD (or 0xB898AD) is known color: Lily. HEX triplet: B8, 98 and AD. RGB value is (184,152,173). Sum of RGB (Red+Green+Blue) = 184+152+173=509 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.15% from 509); Green value is 152 (59.77% from 255 or 29.86% from 509); Blue value is 173 (67.97% from 255 or 33.99% from 509); Max value from RGB is 184 - color contains mainly: red. Hex color #B898AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B898AD is #476752. Grayscale: #A3A3A3. Windows color (decimal): -4679507 or 11376824. OLE color: 11376824.
HSL color Cylindrical-coordinate representation of color #B898AD: hue angle of 320.62º degrees, saturation: 0.18, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B898AD is Cyan = 0, Magento = 0.17, Yellow = 0.06 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 152 | 173 | - |
| CMYK | 0 | 0.17 | 0.06 | 0.28 |
| HSL | 320.63º | 0.18% | 0.66% | - |
| HSV(B) | 320.63º | 0.17% | 0.72% | - |
| XYZ | 38.54 | 35.66 | 44.39 | - |
| YUV | 163.96 | 133.1 | 142.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 152 | 173 | 0 | 0.17 | 0.06 | 0.28 | 320.63 | 0.18 | 0.66 |
| Hex | B8 | 98 | AD | 0 | 11 | 6 | 1C | 141 | 12 | 42 |
| Octal | 270 | 230 | 255 | 0 | 21 | 6 | 34 | 501 | 22 | 102 |
| Binary | 10111000 | 10011000 | 10101101 | 0 | 10001 | 110 | 11100 | 101000001 | 10010 | 1000010 |
Color Harmonies of #B898AD
Complementary color
Monochromatic Colors of #B898AD
Black with #B898AD
Text Example
Text Example
White with #B898AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B898AD; }
p { color: rgb(184,152,173); }
H1.HeaderClassName
{
color: #B898AD;
}
.AnyTagClassName
{
color: #B898AD;
}
</style>
background-color css
<style>
a { background-color: #B898AD; }
a { background-color: rgb(184,152,173); }
div.DivClassName
{
background-color: #B898AD;
}
.BgClassName
{
background-color: #B898AD;
}
</style>
border-color css
<style>
span { border-color: #B898AD; }
span { border-color: rgb(184,152,173); }
td.TdClassName
{
border-color: #B898AD;
}
.TagClassName
{
border-color: #B898AD;
}
</style>