Shades of Lily #BDA5B6
Tints of Lily #BDA5B6
RGB
CMYK
RGB Variations
Color information
#BDA5B6 (or 0xBDA5B6) is known color: Lily. HEX triplet: BD, A5 and B6. RGB value is (189,165,182). Sum of RGB (Red+Green+Blue) = 189+165+182=536 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.26% from 536); Green value is 165 (64.84% from 255 or 30.78% from 536); Blue value is 182 (71.48% from 255 or 33.96% from 536); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA5B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA5B6 is #425A49. Grayscale: #AEAEAE. Windows color (decimal): -4348490 or 11969981. OLE color: 11969981.
HSL color Cylindrical-coordinate representation of color #BDA5B6: hue angle of 317.5º degrees, saturation: 0.15, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BDA5B6 is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 165 | 182 | - |
| CMYK | 0 | 0.13 | 0.04 | 0.26 |
| HSL | 317.5º | 0.15% | 0.69% | - |
| HSV(B) | 317.5º | 0.13% | 0.74% | - |
| XYZ | 42.88 | 41.11 | 49.93 | - |
| YUV | 174.11 | 132.45 | 138.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 165 | 182 | 0 | 0.13 | 0.04 | 0.26 | 317.5 | 0.15 | 0.69 |
| Hex | BD | A5 | B6 | 0 | D | 4 | 1A | 13E | F | 45 |
| Octal | 275 | 245 | 266 | 0 | 15 | 4 | 32 | 476 | 17 | 105 |
| Binary | 10111101 | 10100101 | 10110110 | 0 | 1101 | 100 | 11010 | 100111110 | 1111 | 1000101 |
Color Harmonies of #BDA5B6
Complementary color
Monochromatic Colors of #BDA5B6
Black with #BDA5B6
Text Example
Text Example
White with #BDA5B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA5B6; }
p { color: rgb(189,165,182); }
H1.HeaderClassName
{
color: #BDA5B6;
}
.AnyTagClassName
{
color: #BDA5B6;
}
</style>
background-color css
<style>
a { background-color: #BDA5B6; }
a { background-color: rgb(189,165,182); }
div.DivClassName
{
background-color: #BDA5B6;
}
.BgClassName
{
background-color: #BDA5B6;
}
</style>
border-color css
<style>
span { border-color: #BDA5B6; }
span { border-color: rgb(189,165,182); }
td.TdClassName
{
border-color: #BDA5B6;
}
.TagClassName
{
border-color: #BDA5B6;
}
</style>