Shades of Lily #B892AC
Tints of Lily #B892AC
RGB
CMYK
RGB Variations
Color information
#B892AC (or 0xB892AC) is known color: Lily. HEX triplet: B8, 92 and AC. RGB value is (184,146,172). Sum of RGB (Red+Green+Blue) = 184+146+172=502 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.65% from 502); Green value is 146 (57.42% from 255 or 29.08% from 502); Blue value is 172 (67.58% from 255 or 34.26% from 502); Max value from RGB is 184 - color contains mainly: red. Hex color #B892AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B892AC is #476D53. Grayscale: #A0A0A0. Windows color (decimal): -4681044 or 11309752. OLE color: 11309752.
HSL color Cylindrical-coordinate representation of color #B892AC: hue angle of 318.95º 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 #B892AC is Cyan = 0, Magento = 0.21, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 146 | 172 | - |
| CMYK | 0 | 0.21 | 0.07 | 0.28 |
| HSL | 318.95º | 0.21% | 0.65% | - |
| HSV(B) | 318.95º | 0.21% | 0.72% | - |
| XYZ | 37.49 | 33.73 | 43.56 | - |
| YUV | 160.33 | 134.59 | 144.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 146 | 172 | 0 | 0.21 | 0.07 | 0.28 | 318.95 | 0.21 | 0.65 |
| Hex | B8 | 92 | AC | 0 | 15 | 7 | 1C | 13F | 15 | 41 |
| Octal | 270 | 222 | 254 | 0 | 25 | 7 | 34 | 477 | 25 | 101 |
| Binary | 10111000 | 10010010 | 10101100 | 0 | 10101 | 111 | 11100 | 100111111 | 10101 | 1000001 |
Color Harmonies of #B892AC
Complementary color
Monochromatic Colors of #B892AC
Black with #B892AC
Text Example
Text Example
White with #B892AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B892AC; }
p { color: rgb(184,146,172); }
H1.HeaderClassName
{
color: #B892AC;
}
.AnyTagClassName
{
color: #B892AC;
}
</style>
background-color css
<style>
a { background-color: #B892AC; }
a { background-color: rgb(184,146,172); }
div.DivClassName
{
background-color: #B892AC;
}
.BgClassName
{
background-color: #B892AC;
}
</style>
border-color css
<style>
span { border-color: #B892AC; }
span { border-color: rgb(184,146,172); }
td.TdClassName
{
border-color: #B892AC;
}
.TagClassName
{
border-color: #B892AC;
}
</style>