Shades of Lily #BDA5B3
Tints of Lily #BDA5B3
RGB
CMYK
RGB Variations
Color information
#BDA5B3 (or 0xBDA5B3) is known color: Lily. HEX triplet: BD, A5 and B3. RGB value is (189,165,179). Sum of RGB (Red+Green+Blue) = 189+165+179=533 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.46% from 533); Green value is 165 (64.84% from 255 or 30.96% from 533); Blue value is 179 (70.31% from 255 or 33.58% from 533); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA5B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA5B3 is #425A4C. Grayscale: #ADADAD. Windows color (decimal): -4348493 or 11773373. OLE color: 11773373.
HSL color Cylindrical-coordinate representation of color #BDA5B3: hue angle of 325º 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 #BDA5B3 is Cyan = 0, Magento = 0.13, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 165 | 179 | - |
| CMYK | 0 | 0.13 | 0.05 | 0.26 |
| HSL | 325º | 0.15% | 0.69% | - |
| HSV(B) | 325º | 0.13% | 0.74% | - |
| XYZ | 42.58 | 40.98 | 48.31 | - |
| YUV | 173.77 | 130.95 | 138.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 165 | 179 | 0 | 0.13 | 0.05 | 0.26 | 325 | 0.15 | 0.69 |
| Hex | BD | A5 | B3 | 0 | D | 5 | 1A | 145 | F | 45 |
| Octal | 275 | 245 | 263 | 0 | 15 | 5 | 32 | 505 | 17 | 105 |
| Binary | 10111101 | 10100101 | 10110011 | 0 | 1101 | 101 | 11010 | 101000101 | 1111 | 1000101 |
Color Harmonies of #BDA5B3
Complementary color
Monochromatic Colors of #BDA5B3
Black with #BDA5B3
Text Example
Text Example
White with #BDA5B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA5B3; }
p { color: rgb(189,165,179); }
H1.HeaderClassName
{
color: #BDA5B3;
}
.AnyTagClassName
{
color: #BDA5B3;
}
</style>
background-color css
<style>
a { background-color: #BDA5B3; }
a { background-color: rgb(189,165,179); }
div.DivClassName
{
background-color: #BDA5B3;
}
.BgClassName
{
background-color: #BDA5B3;
}
</style>
border-color css
<style>
span { border-color: #BDA5B3; }
span { border-color: rgb(189,165,179); }
td.TdClassName
{
border-color: #BDA5B3;
}
.TagClassName
{
border-color: #BDA5B3;
}
</style>