Shades of Lily #B89CAA
Tints of Lily #B89CAA
RGB
CMYK
RGB Variations
Color information
#B89CAA (or 0xB89CAA) is known color: Lily. HEX triplet: B8, 9C and AA. RGB value is (184,156,170). Sum of RGB (Red+Green+Blue) = 184+156+170=510 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.08% from 510); Green value is 156 (61.33% from 255 or 30.59% from 510); Blue value is 170 (66.80% from 255 or 33.33% from 510); Max value from RGB is 184 - color contains mainly: red. Hex color #B89CAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B89CAA is #476355. Grayscale: #A5A5A5. Windows color (decimal): -4678486 or 11181240. OLE color: 11181240.
HSL color Cylindrical-coordinate representation of color #B89CAA: hue angle of 330º degrees, saturation: 0.16, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B89CAA is Cyan = 0, Magento = 0.15, Yellow = 0.08 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 156 | 170 | - |
| CMYK | 0 | 0.15 | 0.08 | 0.28 |
| HSL | 330º | 0.16% | 0.67% | - |
| HSV(B) | 330º | 0.15% | 0.72% | - |
| XYZ | 38.91 | 36.87 | 43.1 | - |
| YUV | 165.97 | 130.28 | 140.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 156 | 170 | 0 | 0.15 | 0.08 | 0.28 | 330 | 0.16 | 0.67 |
| Hex | B8 | 9C | AA | 0 | F | 8 | 1C | 14A | 10 | 43 |
| Octal | 270 | 234 | 252 | 0 | 17 | 10 | 34 | 512 | 20 | 103 |
| Binary | 10111000 | 10011100 | 10101010 | 0 | 1111 | 1000 | 11100 | 101001010 | 10000 | 1000011 |
Color Harmonies of #B89CAA
Complementary color
Monochromatic Colors of #B89CAA
Black with #B89CAA
Text Example
Text Example
White with #B89CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89CAA; }
p { color: rgb(184,156,170); }
H1.HeaderClassName
{
color: #B89CAA;
}
.AnyTagClassName
{
color: #B89CAA;
}
</style>
background-color css
<style>
a { background-color: #B89CAA; }
a { background-color: rgb(184,156,170); }
div.DivClassName
{
background-color: #B89CAA;
}
.BgClassName
{
background-color: #B89CAA;
}
</style>
border-color css
<style>
span { border-color: #B89CAA; }
span { border-color: rgb(184,156,170); }
td.TdClassName
{
border-color: #B89CAA;
}
.TagClassName
{
border-color: #B89CAA;
}
</style>