Shades of Lily #B09AA8
Tints of Lily #B09AA8
RGB
CMYK
RGB Variations
Color information
#B09AA8 (or 0xB09AA8) is known color: Lily. HEX triplet: B0, 9A and A8. RGB value is (176,154,168). Sum of RGB (Red+Green+Blue) = 176+154+168=498 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.34% from 498); Green value is 154 (60.55% from 255 or 30.92% from 498); Blue value is 168 (66.02% from 255 or 33.73% from 498); Max value from RGB is 176 - color contains mainly: red. Hex color #B09AA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09AA8 is #4F6557. Grayscale: #A2A2A2. Windows color (decimal): -5203288 or 11049648. OLE color: 11049648.
HSL color Cylindrical-coordinate representation of color #B09AA8: hue angle of 321.82º degrees, saturation: 0.12, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B09AA8 is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 154 | 168 | - |
| CMYK | 0 | 0.12 | 0.05 | 0.31 |
| HSL | 321.82º | 0.12% | 0.65% | - |
| HSV(B) | 321.82º | 0.13% | 0.69% | - |
| XYZ | 36.53 | 35.17 | 41.91 | - |
| YUV | 162.17 | 131.29 | 137.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 154 | 168 | 0 | 0.12 | 0.05 | 0.31 | 321.82 | 0.12 | 0.65 |
| Hex | B0 | 9A | A8 | 0 | C | 5 | 1F | 142 | C | 41 |
| Octal | 260 | 232 | 250 | 0 | 14 | 5 | 37 | 502 | 14 | 101 |
| Binary | 10110000 | 10011010 | 10101000 | 0 | 1100 | 101 | 11111 | 101000010 | 1100 | 1000001 |
Color Harmonies of #B09AA8
Complementary color
Monochromatic Colors of #B09AA8
Black with #B09AA8
Text Example
Text Example
White with #B09AA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09AA8; }
p { color: rgb(176,154,168); }
H1.HeaderClassName
{
color: #B09AA8;
}
.AnyTagClassName
{
color: #B09AA8;
}
</style>
background-color css
<style>
a { background-color: #B09AA8; }
a { background-color: rgb(176,154,168); }
div.DivClassName
{
background-color: #B09AA8;
}
.BgClassName
{
background-color: #B09AA8;
}
</style>
border-color css
<style>
span { border-color: #B09AA8; }
span { border-color: rgb(176,154,168); }
td.TdClassName
{
border-color: #B09AA8;
}
.TagClassName
{
border-color: #B09AA8;
}
</style>