Shades of Lily #B89EAC
Tints of Lily #B89EAC
RGB
CMYK
RGB Variations
Color information
#B89EAC (or 0xB89EAC) is known color: Lily. HEX triplet: B8, 9E and AC. RGB value is (184,158,172). Sum of RGB (Red+Green+Blue) = 184+158+172=514 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.80% from 514); Green value is 158 (62.11% from 255 or 30.74% from 514); Blue value is 172 (67.58% from 255 or 33.46% from 514); Max value from RGB is 184 - color contains mainly: red. Hex color #B89EAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B89EAC is #476153. Grayscale: #A7A7A7. Windows color (decimal): -4677972 or 11312824. OLE color: 11312824.
HSL color Cylindrical-coordinate representation of color #B89EAC: hue angle of 327.69º degrees, saturation: 0.15, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B89EAC is Cyan = 0, Magento = 0.14, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 158 | 172 | - |
| CMYK | 0 | 0.14 | 0.07 | 0.28 |
| HSL | 327.69º | 0.15% | 0.67% | - |
| HSV(B) | 327.69º | 0.14% | 0.72% | - |
| XYZ | 39.44 | 37.62 | 44.21 | - |
| YUV | 167.37 | 130.61 | 139.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 158 | 172 | 0 | 0.14 | 0.07 | 0.28 | 327.69 | 0.15 | 0.67 |
| Hex | B8 | 9E | AC | 0 | E | 7 | 1C | 148 | F | 43 |
| Octal | 270 | 236 | 254 | 0 | 16 | 7 | 34 | 510 | 17 | 103 |
| Binary | 10111000 | 10011110 | 10101100 | 0 | 1110 | 111 | 11100 | 101001000 | 1111 | 1000011 |
Color Harmonies of #B89EAC
Complementary color
Monochromatic Colors of #B89EAC
Black with #B89EAC
Text Example
Text Example
White with #B89EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89EAC; }
p { color: rgb(184,158,172); }
H1.HeaderClassName
{
color: #B89EAC;
}
.AnyTagClassName
{
color: #B89EAC;
}
</style>
background-color css
<style>
a { background-color: #B89EAC; }
a { background-color: rgb(184,158,172); }
div.DivClassName
{
background-color: #B89EAC;
}
.BgClassName
{
background-color: #B89EAC;
}
</style>
border-color css
<style>
span { border-color: #B89EAC; }
span { border-color: rgb(184,158,172); }
td.TdClassName
{
border-color: #B89EAC;
}
.TagClassName
{
border-color: #B89EAC;
}
</style>