Shades of Lily #BD8BAB
Tints of Lily #BD8BAB
RGB
CMYK
RGB Variations
Color information
#BD8BAB (or 0xBD8BAB) is known color: Lily. HEX triplet: BD, 8B and AB. RGB value is (189,139,171). Sum of RGB (Red+Green+Blue) = 189+139+171=499 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.88% from 499); Green value is 139 (54.69% from 255 or 27.86% from 499); Blue value is 171 (67.19% from 255 or 34.27% from 499); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8BAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8BAB is #427454. Grayscale: #9D9D9D. Windows color (decimal): -4355157 or 11242429. OLE color: 11242429.
HSL color Cylindrical-coordinate representation of color #BD8BAB: hue angle of 321.6º 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 #BD8BAB is Cyan = 0, Magento = 0.26, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 139 | 171 | - |
| CMYK | 0 | 0.26 | 0.10 | 0.26 |
| HSL | 321.6º | 0.27% | 0.64% | - |
| HSV(B) | 321.6º | 0.26% | 0.74% | - |
| XYZ | 37.57 | 32.22 | 42.77 | - |
| YUV | 157.6 | 135.57 | 150.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 139 | 171 | 0 | 0.26 | 0.10 | 0.26 | 321.6 | 0.27 | 0.64 |
| Hex | BD | 8B | AB | 0 | 1A | A | 1A | 142 | 1B | 40 |
| Octal | 275 | 213 | 253 | 0 | 32 | 12 | 32 | 502 | 33 | 100 |
| Binary | 10111101 | 10001011 | 10101011 | 0 | 11010 | 1010 | 11010 | 101000010 | 11011 | 1000000 |
Color Harmonies of #BD8BAB
Complementary color
Monochromatic Colors of #BD8BAB
Black with #BD8BAB
Text Example
Text Example
White with #BD8BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8BAB; }
p { color: rgb(189,139,171); }
H1.HeaderClassName
{
color: #BD8BAB;
}
.AnyTagClassName
{
color: #BD8BAB;
}
</style>
background-color css
<style>
a { background-color: #BD8BAB; }
a { background-color: rgb(189,139,171); }
div.DivClassName
{
background-color: #BD8BAB;
}
.BgClassName
{
background-color: #BD8BAB;
}
</style>
border-color css
<style>
span { border-color: #BD8BAB; }
span { border-color: rgb(189,139,171); }
td.TdClassName
{
border-color: #BD8BAB;
}
.TagClassName
{
border-color: #BD8BAB;
}
</style>