Shades of Lily #BDA1B5
Tints of Lily #BDA1B5
RGB
CMYK
RGB Variations
Color information
#BDA1B5 (or 0xBDA1B5) is known color: Lily. HEX triplet: BD, A1 and B5. RGB value is (189,161,181). Sum of RGB (Red+Green+Blue) = 189+161+181=531 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.59% from 531); Green value is 161 (63.28% from 255 or 30.32% from 531); Blue value is 181 (71.09% from 255 or 34.09% from 531); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA1B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA1B5 is #425E4A. Grayscale: #ABABAB. Windows color (decimal): -4349515 or 11903421. OLE color: 11903421.
HSL color Cylindrical-coordinate representation of color #BDA1B5: hue angle of 317.14º 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 #BDA1B5 is Cyan = 0, Magento = 0.15, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 161 | 181 | - |
| CMYK | 0 | 0.15 | 0.04 | 0.26 |
| HSL | 317.14º | 0.18% | 0.69% | - |
| HSV(B) | 317.14º | 0.15% | 0.74% | - |
| XYZ | 42.07 | 39.64 | 49.15 | - |
| YUV | 171.65 | 133.28 | 140.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 161 | 181 | 0 | 0.15 | 0.04 | 0.26 | 317.14 | 0.18 | 0.69 |
| Hex | BD | A1 | B5 | 0 | F | 4 | 1A | 13D | 12 | 45 |
| Octal | 275 | 241 | 265 | 0 | 17 | 4 | 32 | 475 | 22 | 105 |
| Binary | 10111101 | 10100001 | 10110101 | 0 | 1111 | 100 | 11010 | 100111101 | 10010 | 1000101 |
Color Harmonies of #BDA1B5
Complementary color
Monochromatic Colors of #BDA1B5
Black with #BDA1B5
Text Example
Text Example
White with #BDA1B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA1B5; }
p { color: rgb(189,161,181); }
H1.HeaderClassName
{
color: #BDA1B5;
}
.AnyTagClassName
{
color: #BDA1B5;
}
</style>
background-color css
<style>
a { background-color: #BDA1B5; }
a { background-color: rgb(189,161,181); }
div.DivClassName
{
background-color: #BDA1B5;
}
.BgClassName
{
background-color: #BDA1B5;
}
</style>
border-color css
<style>
span { border-color: #BDA1B5; }
span { border-color: rgb(189,161,181); }
td.TdClassName
{
border-color: #BDA1B5;
}
.TagClassName
{
border-color: #BDA1B5;
}
</style>