Shades of Lily #BDA3B2
Tints of Lily #BDA3B2
RGB
CMYK
RGB Variations
Color information
#BDA3B2 (or 0xBDA3B2) is known color: Lily. HEX triplet: BD, A3 and B2. RGB value is (189,163,178). Sum of RGB (Red+Green+Blue) = 189+163+178=530 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.66% from 530); Green value is 163 (64.06% from 255 or 30.75% from 530); Blue value is 178 (69.92% from 255 or 33.58% from 530); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA3B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA3B2 is #425C4D. Grayscale: #ACACAC. Windows color (decimal): -4349006 or 11707325. OLE color: 11707325.
HSL color Cylindrical-coordinate representation of color #BDA3B2: hue angle of 325.38º 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 #BDA3B2 is Cyan = 0, Magento = 0.14, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 163 | 178 | - |
| CMYK | 0 | 0.14 | 0.06 | 0.26 |
| HSL | 325.38º | 0.16% | 0.69% | - |
| HSV(B) | 325.38º | 0.14% | 0.74% | - |
| XYZ | 42.12 | 40.23 | 47.66 | - |
| YUV | 172.48 | 131.11 | 139.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 163 | 178 | 0 | 0.14 | 0.06 | 0.26 | 325.38 | 0.16 | 0.69 |
| Hex | BD | A3 | B2 | 0 | E | 6 | 1A | 145 | 10 | 45 |
| Octal | 275 | 243 | 262 | 0 | 16 | 6 | 32 | 505 | 20 | 105 |
| Binary | 10111101 | 10100011 | 10110010 | 0 | 1110 | 110 | 11010 | 101000101 | 10000 | 1000101 |
Color Harmonies of #BDA3B2
Complementary color
Monochromatic Colors of #BDA3B2
Black with #BDA3B2
Text Example
Text Example
White with #BDA3B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA3B2; }
p { color: rgb(189,163,178); }
H1.HeaderClassName
{
color: #BDA3B2;
}
.AnyTagClassName
{
color: #BDA3B2;
}
</style>
background-color css
<style>
a { background-color: #BDA3B2; }
a { background-color: rgb(189,163,178); }
div.DivClassName
{
background-color: #BDA3B2;
}
.BgClassName
{
background-color: #BDA3B2;
}
</style>
border-color css
<style>
span { border-color: #BDA3B2; }
span { border-color: rgb(189,163,178); }
td.TdClassName
{
border-color: #BDA3B2;
}
.TagClassName
{
border-color: #BDA3B2;
}
</style>