Shades of Lily #BD9BB1
Tints of Lily #BD9BB1
RGB
CMYK
RGB Variations
Color information
#BD9BB1 (or 0xBD9BB1) is known color: Lily. HEX triplet: BD, 9B and B1. RGB value is (189,155,177). Sum of RGB (Red+Green+Blue) = 189+155+177=521 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.28% from 521); Green value is 155 (60.94% from 255 or 29.75% from 521); Blue value is 177 (69.53% from 255 or 33.97% from 521); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9BB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9BB1 is #42644E. Grayscale: #A7A7A7. Windows color (decimal): -4351055 or 11639741. OLE color: 11639741.
HSL color Cylindrical-coordinate representation of color #BD9BB1: hue angle of 321.18º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BD9BB1 is Cyan = 0, Magento = 0.18, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 155 | 177 | - |
| CMYK | 0 | 0.18 | 0.06 | 0.26 |
| HSL | 321.18º | 0.2% | 0.67% | - |
| HSV(B) | 321.18º | 0.18% | 0.74% | - |
| XYZ | 40.64 | 37.44 | 46.68 | - |
| YUV | 167.67 | 133.26 | 143.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 155 | 177 | 0 | 0.18 | 0.06 | 0.26 | 321.18 | 0.2 | 0.67 |
| Hex | BD | 9B | B1 | 0 | 12 | 6 | 1A | 141 | 14 | 43 |
| Octal | 275 | 233 | 261 | 0 | 22 | 6 | 32 | 501 | 24 | 103 |
| Binary | 10111101 | 10011011 | 10110001 | 0 | 10010 | 110 | 11010 | 101000001 | 10100 | 1000011 |
Color Harmonies of #BD9BB1
Complementary color
Monochromatic Colors of #BD9BB1
Black with #BD9BB1
Text Example
Text Example
White with #BD9BB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9BB1; }
p { color: rgb(189,155,177); }
H1.HeaderClassName
{
color: #BD9BB1;
}
.AnyTagClassName
{
color: #BD9BB1;
}
</style>
background-color css
<style>
a { background-color: #BD9BB1; }
a { background-color: rgb(189,155,177); }
div.DivClassName
{
background-color: #BD9BB1;
}
.BgClassName
{
background-color: #BD9BB1;
}
</style>
border-color css
<style>
span { border-color: #BD9BB1; }
span { border-color: rgb(189,155,177); }
td.TdClassName
{
border-color: #BD9BB1;
}
.TagClassName
{
border-color: #BD9BB1;
}
</style>