Shades of Lily #B09CA9
Tints of Lily #B09CA9
RGB
CMYK
RGB Variations
Color information
#B09CA9 (or 0xB09CA9) is known color: Lily. HEX triplet: B0, 9C and A9. RGB value is (176,156,169). Sum of RGB (Red+Green+Blue) = 176+156+169=501 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.13% from 501); Green value is 156 (61.33% from 255 or 31.14% from 501); Blue value is 169 (66.41% from 255 or 33.73% from 501); Max value from RGB is 176 - color contains mainly: red. Hex color #B09CA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09CA9 is #4F6356. Grayscale: #A3A3A3. Windows color (decimal): -5202775 or 11115696. OLE color: 11115696.
HSL color Cylindrical-coordinate representation of color #B09CA9: hue angle of 321º degrees, saturation: 0.11, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B09CA9 is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 156 | 169 | - |
| CMYK | 0 | 0.11 | 0.04 | 0.31 |
| HSL | 321º | 0.11% | 0.65% | - |
| HSV(B) | 321º | 0.11% | 0.69% | - |
| XYZ | 36.95 | 35.87 | 42.51 | - |
| YUV | 163.46 | 131.13 | 136.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 156 | 169 | 0 | 0.11 | 0.04 | 0.31 | 321 | 0.11 | 0.65 |
| Hex | B0 | 9C | A9 | 0 | B | 4 | 1F | 141 | B | 41 |
| Octal | 260 | 234 | 251 | 0 | 13 | 4 | 37 | 501 | 13 | 101 |
| Binary | 10110000 | 10011100 | 10101001 | 0 | 1011 | 100 | 11111 | 101000001 | 1011 | 1000001 |
Color Harmonies of #B09CA9
Complementary color
Monochromatic Colors of #B09CA9
Black with #B09CA9
Text Example
Text Example
White with #B09CA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09CA9; }
p { color: rgb(176,156,169); }
H1.HeaderClassName
{
color: #B09CA9;
}
.AnyTagClassName
{
color: #B09CA9;
}
</style>
background-color css
<style>
a { background-color: #B09CA9; }
a { background-color: rgb(176,156,169); }
div.DivClassName
{
background-color: #B09CA9;
}
.BgClassName
{
background-color: #B09CA9;
}
</style>
border-color css
<style>
span { border-color: #B09CA9; }
span { border-color: rgb(176,156,169); }
td.TdClassName
{
border-color: #B09CA9;
}
.TagClassName
{
border-color: #B09CA9;
}
</style>