Shades of Lily #BD9BAB
Tints of Lily #BD9BAB
RGB
CMYK
RGB Variations
Color information
#BD9BAB (or 0xBD9BAB) is known color: Lily. HEX triplet: BD, 9B and AB. RGB value is (189,155,171). Sum of RGB (Red+Green+Blue) = 189+155+171=515 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.70% from 515); Green value is 155 (60.94% from 255 or 30.10% from 515); Blue value is 171 (67.19% from 255 or 33.20% from 515); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9BAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9BAB is #426454. Grayscale: #A6A6A6. Windows color (decimal): -4351061 or 11246525. OLE color: 11246525.
HSL color Cylindrical-coordinate representation of color #BD9BAB: hue angle of 331.76º 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 #BD9BAB is Cyan = 0, Magento = 0.18, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 155 | 171 | - |
| CMYK | 0 | 0.18 | 0.10 | 0.26 |
| HSL | 331.76º | 0.2% | 0.67% | - |
| HSV(B) | 331.76º | 0.18% | 0.74% | - |
| XYZ | 40.06 | 37.2 | 43.6 | - |
| YUV | 166.99 | 130.26 | 143.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 155 | 171 | 0 | 0.18 | 0.10 | 0.26 | 331.76 | 0.2 | 0.67 |
| Hex | BD | 9B | AB | 0 | 12 | A | 1A | 14C | 14 | 43 |
| Octal | 275 | 233 | 253 | 0 | 22 | 12 | 32 | 514 | 24 | 103 |
| Binary | 10111101 | 10011011 | 10101011 | 0 | 10010 | 1010 | 11010 | 101001100 | 10100 | 1000011 |
Color Harmonies of #BD9BAB
Complementary color
Monochromatic Colors of #BD9BAB
Black with #BD9BAB
Text Example
Text Example
White with #BD9BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9BAB; }
p { color: rgb(189,155,171); }
H1.HeaderClassName
{
color: #BD9BAB;
}
.AnyTagClassName
{
color: #BD9BAB;
}
</style>
background-color css
<style>
a { background-color: #BD9BAB; }
a { background-color: rgb(189,155,171); }
div.DivClassName
{
background-color: #BD9BAB;
}
.BgClassName
{
background-color: #BD9BAB;
}
</style>
border-color css
<style>
span { border-color: #BD9BAB; }
span { border-color: rgb(189,155,171); }
td.TdClassName
{
border-color: #BD9BAB;
}
.TagClassName
{
border-color: #BD9BAB;
}
</style>