Shades of Lily #B89FB1
Tints of Lily #B89FB1
RGB
CMYK
RGB Variations
Color information
#B89FB1 (or 0xB89FB1) is known color: Lily. HEX triplet: B8, 9F and B1. RGB value is (184,159,177). Sum of RGB (Red+Green+Blue) = 184+159+177=520 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.38% from 520); Green value is 159 (62.5% from 255 or 30.58% from 520); Blue value is 177 (69.53% from 255 or 34.04% from 520); Max value from RGB is 184 - color contains mainly: red. Hex color #B89FB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B89FB1 is #47604E. Grayscale: #A8A8A8. Windows color (decimal): -4677711 or 11640760. OLE color: 11640760.
HSL color Cylindrical-coordinate representation of color #B89FB1: hue angle of 316.8º 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 #B89FB1 is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 159 | 177 | - |
| CMYK | 0 | 0.14 | 0.04 | 0.28 |
| HSL | 316.8º | 0.15% | 0.67% | - |
| HSV(B) | 316.8º | 0.14% | 0.72% | - |
| XYZ | 40.1 | 38.16 | 46.85 | - |
| YUV | 168.53 | 132.78 | 139.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 159 | 177 | 0 | 0.14 | 0.04 | 0.28 | 316.8 | 0.15 | 0.67 |
| Hex | B8 | 9F | B1 | 0 | E | 4 | 1C | 13D | F | 43 |
| Octal | 270 | 237 | 261 | 0 | 16 | 4 | 34 | 475 | 17 | 103 |
| Binary | 10111000 | 10011111 | 10110001 | 0 | 1110 | 100 | 11100 | 100111101 | 1111 | 1000011 |
Color Harmonies of #B89FB1
Complementary color
Monochromatic Colors of #B89FB1
Black with #B89FB1
Text Example
Text Example
White with #B89FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89FB1; }
p { color: rgb(184,159,177); }
H1.HeaderClassName
{
color: #B89FB1;
}
.AnyTagClassName
{
color: #B89FB1;
}
</style>
background-color css
<style>
a { background-color: #B89FB1; }
a { background-color: rgb(184,159,177); }
div.DivClassName
{
background-color: #B89FB1;
}
.BgClassName
{
background-color: #B89FB1;
}
</style>
border-color css
<style>
span { border-color: #B89FB1; }
span { border-color: rgb(184,159,177); }
td.TdClassName
{
border-color: #B89FB1;
}
.TagClassName
{
border-color: #B89FB1;
}
</style>