Shades of Lily #BD8BAD
Tints of Lily #BD8BAD
RGB
CMYK
RGB Variations
Color information
#BD8BAD (or 0xBD8BAD) is known color: Lily. HEX triplet: BD, 8B and AD. RGB value is (189,139,173). Sum of RGB (Red+Green+Blue) = 189+139+173=501 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.72% from 501); Green value is 139 (54.69% from 255 or 27.74% from 501); Blue value is 173 (67.97% from 255 or 34.53% from 501); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8BAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8BAD is #427452. Grayscale: #9D9D9D. Windows color (decimal): -4355155 or 11373501. OLE color: 11373501.
HSL color Cylindrical-coordinate representation of color #BD8BAD: hue angle of 319.2º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BD8BAD is Cyan = 0, Magento = 0.26, Yellow = 0.08 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 139 | 173 | - |
| CMYK | 0 | 0.26 | 0.08 | 0.26 |
| HSL | 319.2º | 0.27% | 0.64% | - |
| HSV(B) | 319.2º | 0.26% | 0.74% | - |
| XYZ | 37.76 | 32.3 | 43.78 | - |
| YUV | 157.83 | 136.57 | 150.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 139 | 173 | 0 | 0.26 | 0.08 | 0.26 | 319.2 | 0.27 | 0.64 |
| Hex | BD | 8B | AD | 0 | 1A | 8 | 1A | 13F | 1B | 40 |
| Octal | 275 | 213 | 255 | 0 | 32 | 10 | 32 | 477 | 33 | 100 |
| Binary | 10111101 | 10001011 | 10101101 | 0 | 11010 | 1000 | 11010 | 100111111 | 11011 | 1000000 |
Color Harmonies of #BD8BAD
Complementary color
Monochromatic Colors of #BD8BAD
Black with #BD8BAD
Text Example
Text Example
White with #BD8BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8BAD; }
p { color: rgb(189,139,173); }
H1.HeaderClassName
{
color: #BD8BAD;
}
.AnyTagClassName
{
color: #BD8BAD;
}
</style>
background-color css
<style>
a { background-color: #BD8BAD; }
a { background-color: rgb(189,139,173); }
div.DivClassName
{
background-color: #BD8BAD;
}
.BgClassName
{
background-color: #BD8BAD;
}
</style>
border-color css
<style>
span { border-color: #BD8BAD; }
span { border-color: rgb(189,139,173); }
td.TdClassName
{
border-color: #BD8BAD;
}
.TagClassName
{
border-color: #BD8BAD;
}
</style>