Shades of Lily #B89BAF
Tints of Lily #B89BAF
RGB
CMYK
RGB Variations
Color information
#B89BAF (or 0xB89BAF) is known color: Lily. HEX triplet: B8, 9B and AF. RGB value is (184,155,175). Sum of RGB (Red+Green+Blue) = 184+155+175=514 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.80% from 514); Green value is 155 (60.94% from 255 or 30.16% from 514); Blue value is 175 (68.75% from 255 or 34.05% from 514); Max value from RGB is 184 - color contains mainly: red. Hex color #B89BAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B89BAF is #476450. Grayscale: #A5A5A5. Windows color (decimal): -4678737 or 11508664. OLE color: 11508664.
HSL color Cylindrical-coordinate representation of color #B89BAF: hue angle of 318.62º degrees, saturation: 0.17, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B89BAF is Cyan = 0, Magento = 0.16, Yellow = 0.05 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 155 | 175 | - |
| CMYK | 0 | 0.16 | 0.05 | 0.28 |
| HSL | 318.62º | 0.17% | 0.66% | - |
| HSV(B) | 318.62º | 0.16% | 0.72% | - |
| XYZ | 39.23 | 36.73 | 45.58 | - |
| YUV | 165.95 | 133.11 | 140.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 155 | 175 | 0 | 0.16 | 0.05 | 0.28 | 318.62 | 0.17 | 0.66 |
| Hex | B8 | 9B | AF | 0 | 10 | 5 | 1C | 13F | 11 | 42 |
| Octal | 270 | 233 | 257 | 0 | 20 | 5 | 34 | 477 | 21 | 102 |
| Binary | 10111000 | 10011011 | 10101111 | 0 | 10000 | 101 | 11100 | 100111111 | 10001 | 1000010 |
Color Harmonies of #B89BAF
Complementary color
Monochromatic Colors of #B89BAF
Black with #B89BAF
Text Example
Text Example
White with #B89BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89BAF; }
p { color: rgb(184,155,175); }
H1.HeaderClassName
{
color: #B89BAF;
}
.AnyTagClassName
{
color: #B89BAF;
}
</style>
background-color css
<style>
a { background-color: #B89BAF; }
a { background-color: rgb(184,155,175); }
div.DivClassName
{
background-color: #B89BAF;
}
.BgClassName
{
background-color: #B89BAF;
}
</style>
border-color css
<style>
span { border-color: #B89BAF; }
span { border-color: rgb(184,155,175); }
td.TdClassName
{
border-color: #B89BAF;
}
.TagClassName
{
border-color: #B89BAF;
}
</style>