Shades of Lily #BD9DB2
Tints of Lily #BD9DB2
RGB
CMYK
RGB Variations
Color information
#BD9DB2 (or 0xBD9DB2) is known color: Lily. HEX triplet: BD, 9D and B2. RGB value is (189,157,178). Sum of RGB (Red+Green+Blue) = 189+157+178=524 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.07% from 524); Green value is 157 (61.72% from 255 or 29.96% from 524); Blue value is 178 (69.92% from 255 or 33.97% from 524); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9DB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9DB2 is #42624D. Grayscale: #A8A8A8. Windows color (decimal): -4350542 or 11705789. OLE color: 11705789.
HSL color Cylindrical-coordinate representation of color #BD9DB2: hue angle of 320.62º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BD9DB2 is Cyan = 0, Magento = 0.17, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 157 | 178 | - |
| CMYK | 0 | 0.17 | 0.06 | 0.26 |
| HSL | 320.63º | 0.2% | 0.68% | - |
| HSV(B) | 320.63º | 0.17% | 0.74% | - |
| XYZ | 41.08 | 38.15 | 47.32 | - |
| YUV | 168.96 | 133.1 | 142.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 157 | 178 | 0 | 0.17 | 0.06 | 0.26 | 320.63 | 0.2 | 0.68 |
| Hex | BD | 9D | B2 | 0 | 11 | 6 | 1A | 141 | 14 | 44 |
| Octal | 275 | 235 | 262 | 0 | 21 | 6 | 32 | 501 | 24 | 104 |
| Binary | 10111101 | 10011101 | 10110010 | 0 | 10001 | 110 | 11010 | 101000001 | 10100 | 1000100 |
Color Harmonies of #BD9DB2
Complementary color
Monochromatic Colors of #BD9DB2
Black with #BD9DB2
Text Example
Text Example
White with #BD9DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9DB2; }
p { color: rgb(189,157,178); }
H1.HeaderClassName
{
color: #BD9DB2;
}
.AnyTagClassName
{
color: #BD9DB2;
}
</style>
background-color css
<style>
a { background-color: #BD9DB2; }
a { background-color: rgb(189,157,178); }
div.DivClassName
{
background-color: #BD9DB2;
}
.BgClassName
{
background-color: #BD9DB2;
}
</style>
border-color css
<style>
span { border-color: #BD9DB2; }
span { border-color: rgb(189,157,178); }
td.TdClassName
{
border-color: #BD9DB2;
}
.TagClassName
{
border-color: #BD9DB2;
}
</style>