Shades of Lily #BD9BB5
Tints of Lily #BD9BB5
RGB
CMYK
RGB Variations
Color information
#BD9BB5 (or 0xBD9BB5) is known color: Lily. HEX triplet: BD, 9B and B5. RGB value is (189,155,181). Sum of RGB (Red+Green+Blue) = 189+155+181=525 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36% from 525); Green value is 155 (60.94% from 255 or 29.52% from 525); Blue value is 181 (71.09% from 255 or 34.48% from 525); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9BB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD9BB5 is #42644A. Grayscale: #A8A8A8. Windows color (decimal): -4351051 or 11901885. OLE color: 11901885.
HSL color Cylindrical-coordinate representation of color #BD9BB5: hue angle of 314.12º 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 #BD9BB5 is Cyan = 0, Magento = 0.18, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 155 | 181 | - |
| CMYK | 0 | 0.18 | 0.04 | 0.26 |
| HSL | 314.12º | 0.2% | 0.67% | - |
| HSV(B) | 314.12º | 0.18% | 0.74% | - |
| XYZ | 41.05 | 37.6 | 48.81 | - |
| YUV | 168.13 | 135.26 | 142.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 155 | 181 | 0 | 0.18 | 0.04 | 0.26 | 314.12 | 0.2 | 0.67 |
| Hex | BD | 9B | B5 | 0 | 12 | 4 | 1A | 13A | 14 | 43 |
| Octal | 275 | 233 | 265 | 0 | 22 | 4 | 32 | 472 | 24 | 103 |
| Binary | 10111101 | 10011011 | 10110101 | 0 | 10010 | 100 | 11010 | 100111010 | 10100 | 1000011 |
Color Harmonies of #BD9BB5
Complementary color
Monochromatic Colors of #BD9BB5
Black with #BD9BB5
Text Example
Text Example
White with #BD9BB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9BB5; }
p { color: rgb(189,155,181); }
H1.HeaderClassName
{
color: #BD9BB5;
}
.AnyTagClassName
{
color: #BD9BB5;
}
</style>
background-color css
<style>
a { background-color: #BD9BB5; }
a { background-color: rgb(189,155,181); }
div.DivClassName
{
background-color: #BD9BB5;
}
.BgClassName
{
background-color: #BD9BB5;
}
</style>
border-color css
<style>
span { border-color: #BD9BB5; }
span { border-color: rgb(189,155,181); }
td.TdClassName
{
border-color: #BD9BB5;
}
.TagClassName
{
border-color: #BD9BB5;
}
</style>