Shades of Lily #B89CA9
Tints of Lily #B89CA9
RGB
CMYK
RGB Variations
Color information
#B89CA9 (or 0xB89CA9) is known color: Lily. HEX triplet: B8, 9C and A9. RGB value is (184,156,169). Sum of RGB (Red+Green+Blue) = 184+156+169=509 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.15% from 509); Green value is 156 (61.33% from 255 or 30.65% from 509); Blue value is 169 (66.41% from 255 or 33.20% from 509); Max value from RGB is 184 - color contains mainly: red. Hex color #B89CA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B89CA9 is #476356. Grayscale: #A5A5A5. Windows color (decimal): -4678487 or 11115704. OLE color: 11115704.
HSL color Cylindrical-coordinate representation of color #B89CA9: hue angle of 332.14º 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 #B89CA9 is Cyan = 0, Magento = 0.15, Yellow = 0.08 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 156 | 169 | - |
| CMYK | 0 | 0.15 | 0.08 | 0.28 |
| HSL | 332.14º | 0.16% | 0.67% | - |
| HSV(B) | 332.14º | 0.15% | 0.72% | - |
| XYZ | 38.82 | 36.83 | 42.6 | - |
| YUV | 165.85 | 129.78 | 140.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 156 | 169 | 0 | 0.15 | 0.08 | 0.28 | 332.14 | 0.16 | 0.67 |
| Hex | B8 | 9C | A9 | 0 | F | 8 | 1C | 14C | 10 | 43 |
| Octal | 270 | 234 | 251 | 0 | 17 | 10 | 34 | 514 | 20 | 103 |
| Binary | 10111000 | 10011100 | 10101001 | 0 | 1111 | 1000 | 11100 | 101001100 | 10000 | 1000011 |
Color Harmonies of #B89CA9
Complementary color
Monochromatic Colors of #B89CA9
Black with #B89CA9
Text Example
Text Example
White with #B89CA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89CA9; }
p { color: rgb(184,156,169); }
H1.HeaderClassName
{
color: #B89CA9;
}
.AnyTagClassName
{
color: #B89CA9;
}
</style>
background-color css
<style>
a { background-color: #B89CA9; }
a { background-color: rgb(184,156,169); }
div.DivClassName
{
background-color: #B89CA9;
}
.BgClassName
{
background-color: #B89CA9;
}
</style>
border-color css
<style>
span { border-color: #B89CA9; }
span { border-color: rgb(184,156,169); }
td.TdClassName
{
border-color: #B89CA9;
}
.TagClassName
{
border-color: #B89CA9;
}
</style>