Shades of Lily #B89FAF
Tints of Lily #B89FAF
RGB
CMYK
RGB Variations
Color information
#B89FAF (or 0xB89FAF) is known color: Lily. HEX triplet: B8, 9F and AF. RGB value is (184,159,175). Sum of RGB (Red+Green+Blue) = 184+159+175=518 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.52% from 518); Green value is 159 (62.5% from 255 or 30.69% from 518); Blue value is 175 (68.75% from 255 or 33.78% from 518); Max value from RGB is 184 - color contains mainly: red. Hex color #B89FAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B89FAF is #476050. Grayscale: #A8A8A8. Windows color (decimal): -4677713 or 11509688. OLE color: 11509688.
HSL color Cylindrical-coordinate representation of color #B89FAF: hue angle of 321.6º 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 #B89FAF is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 159 | 175 | - |
| CMYK | 0 | 0.14 | 0.05 | 0.28 |
| HSL | 321.6º | 0.15% | 0.67% | - |
| HSV(B) | 321.6º | 0.14% | 0.72% | - |
| XYZ | 39.9 | 38.08 | 45.8 | - |
| YUV | 168.3 | 131.78 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 159 | 175 | 0 | 0.14 | 0.05 | 0.28 | 321.6 | 0.15 | 0.67 |
| Hex | B8 | 9F | AF | 0 | E | 5 | 1C | 142 | F | 43 |
| Octal | 270 | 237 | 257 | 0 | 16 | 5 | 34 | 502 | 17 | 103 |
| Binary | 10111000 | 10011111 | 10101111 | 0 | 1110 | 101 | 11100 | 101000010 | 1111 | 1000011 |
Color Harmonies of #B89FAF
Complementary color
Monochromatic Colors of #B89FAF
Black with #B89FAF
Text Example
Text Example
White with #B89FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89FAF; }
p { color: rgb(184,159,175); }
H1.HeaderClassName
{
color: #B89FAF;
}
.AnyTagClassName
{
color: #B89FAF;
}
</style>
background-color css
<style>
a { background-color: #B89FAF; }
a { background-color: rgb(184,159,175); }
div.DivClassName
{
background-color: #B89FAF;
}
.BgClassName
{
background-color: #B89FAF;
}
</style>
border-color css
<style>
span { border-color: #B89FAF; }
span { border-color: rgb(184,159,175); }
td.TdClassName
{
border-color: #B89FAF;
}
.TagClassName
{
border-color: #B89FAF;
}
</style>