Shades of Lily #BD8BAC
Tints of Lily #BD8BAC
RGB
CMYK
RGB Variations
Color information
#BD8BAC (or 0xBD8BAC) is known color: Lily. HEX triplet: BD, 8B and AC. RGB value is (189,139,172). Sum of RGB (Red+Green+Blue) = 189+139+172=500 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.8% from 500); Green value is 139 (54.69% from 255 or 27.8% from 500); Blue value is 172 (67.58% from 255 or 34.4% from 500); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8BAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8BAC is #427453. Grayscale: #9D9D9D. Windows color (decimal): -4355156 or 11307965. OLE color: 11307965.
HSL color Cylindrical-coordinate representation of color #BD8BAC: hue angle of 320.4º 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 #BD8BAC is Cyan = 0, Magento = 0.26, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 139 | 172 | - |
| CMYK | 0 | 0.26 | 0.09 | 0.26 |
| HSL | 320.4º | 0.27% | 0.64% | - |
| HSV(B) | 320.4º | 0.26% | 0.74% | - |
| XYZ | 37.67 | 32.26 | 43.27 | - |
| YUV | 157.71 | 136.07 | 150.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 139 | 172 | 0 | 0.26 | 0.09 | 0.26 | 320.4 | 0.27 | 0.64 |
| Hex | BD | 8B | AC | 0 | 1A | 9 | 1A | 140 | 1B | 40 |
| Octal | 275 | 213 | 254 | 0 | 32 | 11 | 32 | 500 | 33 | 100 |
| Binary | 10111101 | 10001011 | 10101100 | 0 | 11010 | 1001 | 11010 | 101000000 | 11011 | 1000000 |
Color Harmonies of #BD8BAC
Complementary color
Monochromatic Colors of #BD8BAC
Black with #BD8BAC
Text Example
Text Example
White with #BD8BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8BAC; }
p { color: rgb(189,139,172); }
H1.HeaderClassName
{
color: #BD8BAC;
}
.AnyTagClassName
{
color: #BD8BAC;
}
</style>
background-color css
<style>
a { background-color: #BD8BAC; }
a { background-color: rgb(189,139,172); }
div.DivClassName
{
background-color: #BD8BAC;
}
.BgClassName
{
background-color: #BD8BAC;
}
</style>
border-color css
<style>
span { border-color: #BD8BAC; }
span { border-color: rgb(189,139,172); }
td.TdClassName
{
border-color: #BD8BAC;
}
.TagClassName
{
border-color: #BD8BAC;
}
</style>