Shades of Lily #B89AAA
Tints of Lily #B89AAA
RGB
CMYK
RGB Variations
Color information
#B89AAA (or 0xB89AAA) is known color: Lily. HEX triplet: B8, 9A and AA. RGB value is (184,154,170). Sum of RGB (Red+Green+Blue) = 184+154+170=508 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.22% from 508); Green value is 154 (60.55% from 255 or 30.31% from 508); Blue value is 170 (66.80% from 255 or 33.46% from 508); Max value from RGB is 184 - color contains mainly: red. Hex color #B89AAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B89AAA is #476555. Grayscale: #A4A4A4. Windows color (decimal): -4678998 or 11180728. OLE color: 11180728.
HSL color Cylindrical-coordinate representation of color #B89AAA: hue angle of 328º 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 #B89AAA is Cyan = 0, Magento = 0.16, Yellow = 0.08 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 154 | 170 | - |
| CMYK | 0 | 0.16 | 0.08 | 0.28 |
| HSL | 328º | 0.17% | 0.66% | - |
| HSV(B) | 328º | 0.16% | 0.72% | - |
| XYZ | 38.58 | 36.2 | 42.98 | - |
| YUV | 164.79 | 130.94 | 141.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 154 | 170 | 0 | 0.16 | 0.08 | 0.28 | 328 | 0.17 | 0.66 |
| Hex | B8 | 9A | AA | 0 | 10 | 8 | 1C | 148 | 11 | 42 |
| Octal | 270 | 232 | 252 | 0 | 20 | 10 | 34 | 510 | 21 | 102 |
| Binary | 10111000 | 10011010 | 10101010 | 0 | 10000 | 1000 | 11100 | 101001000 | 10001 | 1000010 |
Color Harmonies of #B89AAA
Complementary color
Monochromatic Colors of #B89AAA
Black with #B89AAA
Text Example
Text Example
White with #B89AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89AAA; }
p { color: rgb(184,154,170); }
H1.HeaderClassName
{
color: #B89AAA;
}
.AnyTagClassName
{
color: #B89AAA;
}
</style>
background-color css
<style>
a { background-color: #B89AAA; }
a { background-color: rgb(184,154,170); }
div.DivClassName
{
background-color: #B89AAA;
}
.BgClassName
{
background-color: #B89AAA;
}
</style>
border-color css
<style>
span { border-color: #B89AAA; }
span { border-color: rgb(184,154,170); }
td.TdClassName
{
border-color: #B89AAA;
}
.TagClassName
{
border-color: #B89AAA;
}
</style>