Shades of Lily #BD9DB3
Tints of Lily #BD9DB3
RGB
CMYK
RGB Variations
Color information
#BD9DB3 (or 0xBD9DB3) is known color: Lily. HEX triplet: BD, 9D and B3. RGB value is (189,157,179). Sum of RGB (Red+Green+Blue) = 189+157+179=525 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36% from 525); Green value is 157 (61.72% from 255 or 29.90% from 525); Blue value is 179 (70.31% from 255 or 34.10% from 525); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9DB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD9DB3 is #42624C. Grayscale: #A9A9A9. Windows color (decimal): -4350541 or 11771325. OLE color: 11771325.
HSL color Cylindrical-coordinate representation of color #BD9DB3: hue angle of 318.75º 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 #BD9DB3 is Cyan = 0, Magento = 0.17, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 157 | 179 | - |
| CMYK | 0 | 0.17 | 0.05 | 0.26 |
| HSL | 318.75º | 0.2% | 0.68% | - |
| HSV(B) | 318.75º | 0.17% | 0.74% | - |
| XYZ | 41.18 | 38.19 | 47.85 | - |
| YUV | 169.08 | 133.6 | 142.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 157 | 179 | 0 | 0.17 | 0.05 | 0.26 | 318.75 | 0.2 | 0.68 |
| Hex | BD | 9D | B3 | 0 | 11 | 5 | 1A | 13F | 14 | 44 |
| Octal | 275 | 235 | 263 | 0 | 21 | 5 | 32 | 477 | 24 | 104 |
| Binary | 10111101 | 10011101 | 10110011 | 0 | 10001 | 101 | 11010 | 100111111 | 10100 | 1000100 |
Color Harmonies of #BD9DB3
Complementary color
Monochromatic Colors of #BD9DB3
Black with #BD9DB3
Text Example
Text Example
White with #BD9DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9DB3; }
p { color: rgb(189,157,179); }
H1.HeaderClassName
{
color: #BD9DB3;
}
.AnyTagClassName
{
color: #BD9DB3;
}
</style>
background-color css
<style>
a { background-color: #BD9DB3; }
a { background-color: rgb(189,157,179); }
div.DivClassName
{
background-color: #BD9DB3;
}
.BgClassName
{
background-color: #BD9DB3;
}
</style>
border-color css
<style>
span { border-color: #BD9DB3; }
span { border-color: rgb(189,157,179); }
td.TdClassName
{
border-color: #BD9DB3;
}
.TagClassName
{
border-color: #BD9DB3;
}
</style>