Shades of Lily #BD9AB0
Tints of Lily #BD9AB0
RGB
CMYK
RGB Variations
Color information
#BD9AB0 (or 0xBD9AB0) is known color: Lily. HEX triplet: BD, 9A and B0. RGB value is (189,154,176). Sum of RGB (Red+Green+Blue) = 189+154+176=519 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.42% from 519); Green value is 154 (60.55% from 255 or 29.67% from 519); Blue value is 176 (69.14% from 255 or 33.91% from 519); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9AB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9AB0 is #42654F. Grayscale: #A6A6A6. Windows color (decimal): -4351312 or 11573949. OLE color: 11573949.
HSL color Cylindrical-coordinate representation of color #BD9AB0: hue angle of 322.29º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BD9AB0 is Cyan = 0, Magento = 0.19, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 154 | 176 | - |
| CMYK | 0 | 0.19 | 0.07 | 0.26 |
| HSL | 322.29º | 0.21% | 0.67% | - |
| HSV(B) | 322.29º | 0.19% | 0.74% | - |
| XYZ | 40.38 | 37.06 | 46.1 | - |
| YUV | 166.97 | 133.1 | 143.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 154 | 176 | 0 | 0.19 | 0.07 | 0.26 | 322.29 | 0.21 | 0.67 |
| Hex | BD | 9A | B0 | 0 | 13 | 7 | 1A | 142 | 15 | 43 |
| Octal | 275 | 232 | 260 | 0 | 23 | 7 | 32 | 502 | 25 | 103 |
| Binary | 10111101 | 10011010 | 10110000 | 0 | 10011 | 111 | 11010 | 101000010 | 10101 | 1000011 |
Color Harmonies of #BD9AB0
Complementary color
Monochromatic Colors of #BD9AB0
Black with #BD9AB0
Text Example
Text Example
White with #BD9AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9AB0; }
p { color: rgb(189,154,176); }
H1.HeaderClassName
{
color: #BD9AB0;
}
.AnyTagClassName
{
color: #BD9AB0;
}
</style>
background-color css
<style>
a { background-color: #BD9AB0; }
a { background-color: rgb(189,154,176); }
div.DivClassName
{
background-color: #BD9AB0;
}
.BgClassName
{
background-color: #BD9AB0;
}
</style>
border-color css
<style>
span { border-color: #BD9AB0; }
span { border-color: rgb(189,154,176); }
td.TdClassName
{
border-color: #BD9AB0;
}
.TagClassName
{
border-color: #BD9AB0;
}
</style>