Shades of Lily #BDA3B4
Tints of Lily #BDA3B4
RGB
CMYK
RGB Variations
Color information
#BDA3B4 (or 0xBDA3B4) is known color: Lily. HEX triplet: BD, A3 and B4. RGB value is (189,163,180). Sum of RGB (Red+Green+Blue) = 189+163+180=532 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.53% from 532); Green value is 163 (64.06% from 255 or 30.64% from 532); Blue value is 180 (70.70% from 255 or 33.83% from 532); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA3B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA3B4 is #425C4B. Grayscale: #ACACAC. Windows color (decimal): -4349004 or 11838397. OLE color: 11838397.
HSL color Cylindrical-coordinate representation of color #BDA3B4: hue angle of 320.77º degrees, saturation: 0.16, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BDA3B4 is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 163 | 180 | - |
| CMYK | 0 | 0.14 | 0.05 | 0.26 |
| HSL | 320.77º | 0.16% | 0.69% | - |
| HSV(B) | 320.77º | 0.14% | 0.74% | - |
| XYZ | 42.32 | 40.31 | 48.73 | - |
| YUV | 172.71 | 132.11 | 139.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 163 | 180 | 0 | 0.14 | 0.05 | 0.26 | 320.77 | 0.16 | 0.69 |
| Hex | BD | A3 | B4 | 0 | E | 5 | 1A | 141 | 10 | 45 |
| Octal | 275 | 243 | 264 | 0 | 16 | 5 | 32 | 501 | 20 | 105 |
| Binary | 10111101 | 10100011 | 10110100 | 0 | 1110 | 101 | 11010 | 101000001 | 10000 | 1000101 |
Color Harmonies of #BDA3B4
Complementary color
Monochromatic Colors of #BDA3B4
Black with #BDA3B4
Text Example
Text Example
White with #BDA3B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA3B4; }
p { color: rgb(189,163,180); }
H1.HeaderClassName
{
color: #BDA3B4;
}
.AnyTagClassName
{
color: #BDA3B4;
}
</style>
background-color css
<style>
a { background-color: #BDA3B4; }
a { background-color: rgb(189,163,180); }
div.DivClassName
{
background-color: #BDA3B4;
}
.BgClassName
{
background-color: #BDA3B4;
}
</style>
border-color css
<style>
span { border-color: #BDA3B4; }
span { border-color: rgb(189,163,180); }
td.TdClassName
{
border-color: #BDA3B4;
}
.TagClassName
{
border-color: #BDA3B4;
}
</style>