Shades of Lily #B892AB
Tints of Lily #B892AB
RGB
CMYK
RGB Variations
Color information
#B892AB (or 0xB892AB) is known color: Lily. HEX triplet: B8, 92 and AB. RGB value is (184,146,171). Sum of RGB (Red+Green+Blue) = 184+146+171=501 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.73% from 501); Green value is 146 (57.42% from 255 or 29.14% from 501); Blue value is 171 (67.19% from 255 or 34.13% from 501); Max value from RGB is 184 - color contains mainly: red. Hex color #B892AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B892AB is #476D54. Grayscale: #A0A0A0. Windows color (decimal): -4681045 or 11244216. OLE color: 11244216.
HSL color Cylindrical-coordinate representation of color #B892AB: hue angle of 320.53º degrees, saturation: 0.21, 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 #B892AB is Cyan = 0, Magento = 0.21, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 146 | 171 | - |
| CMYK | 0 | 0.21 | 0.07 | 0.28 |
| HSL | 320.53º | 0.21% | 0.65% | - |
| HSV(B) | 320.53º | 0.21% | 0.72% | - |
| XYZ | 37.4 | 33.69 | 43.06 | - |
| YUV | 160.21 | 134.09 | 144.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 146 | 171 | 0 | 0.21 | 0.07 | 0.28 | 320.53 | 0.21 | 0.65 |
| Hex | B8 | 92 | AB | 0 | 15 | 7 | 1C | 141 | 15 | 41 |
| Octal | 270 | 222 | 253 | 0 | 25 | 7 | 34 | 501 | 25 | 101 |
| Binary | 10111000 | 10010010 | 10101011 | 0 | 10101 | 111 | 11100 | 101000001 | 10101 | 1000001 |
Color Harmonies of #B892AB
Complementary color
Monochromatic Colors of #B892AB
Black with #B892AB
Text Example
Text Example
White with #B892AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B892AB; }
p { color: rgb(184,146,171); }
H1.HeaderClassName
{
color: #B892AB;
}
.AnyTagClassName
{
color: #B892AB;
}
</style>
background-color css
<style>
a { background-color: #B892AB; }
a { background-color: rgb(184,146,171); }
div.DivClassName
{
background-color: #B892AB;
}
.BgClassName
{
background-color: #B892AB;
}
</style>
border-color css
<style>
span { border-color: #B892AB; }
span { border-color: rgb(184,146,171); }
td.TdClassName
{
border-color: #B892AB;
}
.TagClassName
{
border-color: #B892AB;
}
</style>