Shades of Lily #BDA3B3
Tints of Lily #BDA3B3
RGB
CMYK
RGB Variations
Color information
#BDA3B3 (or 0xBDA3B3) is known color: Lily. HEX triplet: BD, A3 and B3. RGB value is (189,163,179). Sum of RGB (Red+Green+Blue) = 189+163+179=531 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.59% from 531); Green value is 163 (64.06% from 255 or 30.70% from 531); Blue value is 179 (70.31% from 255 or 33.71% from 531); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA3B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA3B3 is #425C4C. Grayscale: #ACACAC. Windows color (decimal): -4349005 or 11772861. OLE color: 11772861.
HSL color Cylindrical-coordinate representation of color #BDA3B3: hue angle of 323.08º 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 #BDA3B3 is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 163 | 179 | - |
| CMYK | 0 | 0.14 | 0.05 | 0.26 |
| HSL | 323.08º | 0.16% | 0.69% | - |
| HSV(B) | 323.08º | 0.14% | 0.74% | - |
| XYZ | 42.22 | 40.27 | 48.2 | - |
| YUV | 172.6 | 131.61 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 163 | 179 | 0 | 0.14 | 0.05 | 0.26 | 323.08 | 0.16 | 0.69 |
| Hex | BD | A3 | B3 | 0 | E | 5 | 1A | 143 | 10 | 45 |
| Octal | 275 | 243 | 263 | 0 | 16 | 5 | 32 | 503 | 20 | 105 |
| Binary | 10111101 | 10100011 | 10110011 | 0 | 1110 | 101 | 11010 | 101000011 | 10000 | 1000101 |
Color Harmonies of #BDA3B3
Complementary color
Monochromatic Colors of #BDA3B3
Black with #BDA3B3
Text Example
Text Example
White with #BDA3B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA3B3; }
p { color: rgb(189,163,179); }
H1.HeaderClassName
{
color: #BDA3B3;
}
.AnyTagClassName
{
color: #BDA3B3;
}
</style>
background-color css
<style>
a { background-color: #BDA3B3; }
a { background-color: rgb(189,163,179); }
div.DivClassName
{
background-color: #BDA3B3;
}
.BgClassName
{
background-color: #BDA3B3;
}
</style>
border-color css
<style>
span { border-color: #BDA3B3; }
span { border-color: rgb(189,163,179); }
td.TdClassName
{
border-color: #BDA3B3;
}
.TagClassName
{
border-color: #BDA3B3;
}
</style>