Shades of Lily #BDA1B0
Tints of Lily #BDA1B0
RGB
CMYK
RGB Variations
Color information
#BDA1B0 (or 0xBDA1B0) is known color: Lily. HEX triplet: BD, A1 and B0. RGB value is (189,161,176). Sum of RGB (Red+Green+Blue) = 189+161+176=526 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.93% from 526); Green value is 161 (63.28% from 255 or 30.61% from 526); Blue value is 176 (69.14% from 255 or 33.46% from 526); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA1B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA1B0 is #425E4F. Grayscale: #ABABAB. Windows color (decimal): -4349520 or 11575741. OLE color: 11575741.
HSL color Cylindrical-coordinate representation of color #BDA1B0: hue angle of 327.86º degrees, saturation: 0.17, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BDA1B0 is Cyan = 0, Magento = 0.15, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 161 | 176 | - |
| CMYK | 0 | 0.15 | 0.07 | 0.26 |
| HSL | 327.86º | 0.18% | 0.69% | - |
| HSV(B) | 327.86º | 0.15% | 0.74% | - |
| XYZ | 41.57 | 39.44 | 46.5 | - |
| YUV | 171.08 | 130.78 | 140.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 161 | 176 | 0 | 0.15 | 0.07 | 0.26 | 327.86 | 0.18 | 0.69 |
| Hex | BD | A1 | B0 | 0 | F | 7 | 1A | 148 | 12 | 45 |
| Octal | 275 | 241 | 260 | 0 | 17 | 7 | 32 | 510 | 22 | 105 |
| Binary | 10111101 | 10100001 | 10110000 | 0 | 1111 | 111 | 11010 | 101001000 | 10010 | 1000101 |
Color Harmonies of #BDA1B0
Complementary color
Monochromatic Colors of #BDA1B0
Black with #BDA1B0
Text Example
Text Example
White with #BDA1B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA1B0; }
p { color: rgb(189,161,176); }
H1.HeaderClassName
{
color: #BDA1B0;
}
.AnyTagClassName
{
color: #BDA1B0;
}
</style>
background-color css
<style>
a { background-color: #BDA1B0; }
a { background-color: rgb(189,161,176); }
div.DivClassName
{
background-color: #BDA1B0;
}
.BgClassName
{
background-color: #BDA1B0;
}
</style>
border-color css
<style>
span { border-color: #BDA1B0; }
span { border-color: rgb(189,161,176); }
td.TdClassName
{
border-color: #BDA1B0;
}
.TagClassName
{
border-color: #BDA1B0;
}
</style>