Shades of Lily #BD9BB6
Tints of Lily #BD9BB6
RGB
CMYK
RGB Variations
Color information
#BD9BB6 (or 0xBD9BB6) is known color: Lily. HEX triplet: BD, 9B and B6. RGB value is (189,155,182). Sum of RGB (Red+Green+Blue) = 189+155+182=526 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.93% from 526); Green value is 155 (60.94% from 255 or 29.47% from 526); Blue value is 182 (71.48% from 255 or 34.60% from 526); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9BB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD9BB6 is #426449. Grayscale: #A8A8A8. Windows color (decimal): -4351050 or 11967421. OLE color: 11967421.
HSL color Cylindrical-coordinate representation of color #BD9BB6: hue angle of 312.35º 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 #BD9BB6 is Cyan = 0, Magento = 0.18, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 155 | 182 | - |
| CMYK | 0 | 0.18 | 0.04 | 0.26 |
| HSL | 312.35º | 0.2% | 0.67% | - |
| HSV(B) | 312.35º | 0.18% | 0.74% | - |
| XYZ | 41.15 | 37.64 | 49.35 | - |
| YUV | 168.24 | 135.76 | 142.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 155 | 182 | 0 | 0.18 | 0.04 | 0.26 | 312.35 | 0.2 | 0.67 |
| Hex | BD | 9B | B6 | 0 | 12 | 4 | 1A | 138 | 14 | 43 |
| Octal | 275 | 233 | 266 | 0 | 22 | 4 | 32 | 470 | 24 | 103 |
| Binary | 10111101 | 10011011 | 10110110 | 0 | 10010 | 100 | 11010 | 100111000 | 10100 | 1000011 |
Color Harmonies of #BD9BB6
Complementary color
Monochromatic Colors of #BD9BB6
Black with #BD9BB6
Text Example
Text Example
White with #BD9BB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9BB6; }
p { color: rgb(189,155,182); }
H1.HeaderClassName
{
color: #BD9BB6;
}
.AnyTagClassName
{
color: #BD9BB6;
}
</style>
background-color css
<style>
a { background-color: #BD9BB6; }
a { background-color: rgb(189,155,182); }
div.DivClassName
{
background-color: #BD9BB6;
}
.BgClassName
{
background-color: #BD9BB6;
}
</style>
border-color css
<style>
span { border-color: #BD9BB6; }
span { border-color: rgb(189,155,182); }
td.TdClassName
{
border-color: #BD9BB6;
}
.TagClassName
{
border-color: #BD9BB6;
}
</style>