Shades of Lily #B891AB
Tints of Lily #B891AB
RGB
CMYK
RGB Variations
Color information
#B891AB (or 0xB891AB) is known color: Lily. HEX triplet: B8, 91 and AB. RGB value is (184,145,171). Sum of RGB (Red+Green+Blue) = 184+145+171=500 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.8% from 500); Green value is 145 (57.03% from 255 or 29% from 500); Blue value is 171 (67.19% from 255 or 34.2% from 500); Max value from RGB is 184 - color contains mainly: red. Hex color #B891AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B891AB is #476E54. Grayscale: #9F9F9F. Windows color (decimal): -4681301 or 11243960. OLE color: 11243960.
HSL color Cylindrical-coordinate representation of color #B891AB: hue angle of 320º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B891AB is Cyan = 0, Magento = 0.21, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 145 | 171 | - |
| CMYK | 0 | 0.21 | 0.07 | 0.28 |
| HSL | 320º | 0.22% | 0.65% | - |
| HSV(B) | 320º | 0.21% | 0.72% | - |
| XYZ | 37.24 | 33.38 | 43.01 | - |
| YUV | 159.63 | 134.42 | 145.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 145 | 171 | 0 | 0.21 | 0.07 | 0.28 | 320 | 0.22 | 0.65 |
| Hex | B8 | 91 | AB | 0 | 15 | 7 | 1C | 140 | 16 | 41 |
| Octal | 270 | 221 | 253 | 0 | 25 | 7 | 34 | 500 | 26 | 101 |
| Binary | 10111000 | 10010001 | 10101011 | 0 | 10101 | 111 | 11100 | 101000000 | 10110 | 1000001 |
Color Harmonies of #B891AB
Complementary color
Monochromatic Colors of #B891AB
Black with #B891AB
Text Example
Text Example
White with #B891AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B891AB; }
p { color: rgb(184,145,171); }
H1.HeaderClassName
{
color: #B891AB;
}
.AnyTagClassName
{
color: #B891AB;
}
</style>
background-color css
<style>
a { background-color: #B891AB; }
a { background-color: rgb(184,145,171); }
div.DivClassName
{
background-color: #B891AB;
}
.BgClassName
{
background-color: #B891AB;
}
</style>
border-color css
<style>
span { border-color: #B891AB; }
span { border-color: rgb(184,145,171); }
td.TdClassName
{
border-color: #B891AB;
}
.TagClassName
{
border-color: #B891AB;
}
</style>