Shades of Lilac #BD9ABB
Tints of Lilac #BD9ABB
RGB
CMYK
RGB Variations
Color information
#BD9ABB (or 0xBD9ABB) is known color: Lilac. HEX triplet: BD, 9A and BB. RGB value is (189,154,187). Sum of RGB (Red+Green+Blue) = 189+154+187=530 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.66% from 530); Green value is 154 (60.55% from 255 or 29.06% from 530); Blue value is 187 (73.44% from 255 or 35.28% from 530); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9ABB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD9ABB is #426544. Grayscale: #A8A8A8. Windows color (decimal): -4351301 or 12294845. OLE color: 12294845.
HSL color Cylindrical-coordinate representation of color #BD9ABB: hue angle of 303.43º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BD9ABB is Cyan = 0, Magento = 0.19, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 154 | 187 | - |
| CMYK | 0 | 0.19 | 0.01 | 0.26 |
| HSL | 303.43º | 0.21% | 0.67% | - |
| HSV(B) | 303.43º | 0.19% | 0.74% | - |
| XYZ | 41.51 | 37.52 | 52.07 | - |
| YUV | 168.23 | 138.6 | 142.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 154 | 187 | 0 | 0.19 | 0.01 | 0.26 | 303.43 | 0.21 | 0.67 |
| Hex | BD | 9A | BB | 0 | 13 | 1 | 1A | 12F | 15 | 43 |
| Octal | 275 | 232 | 273 | 0 | 23 | 1 | 32 | 457 | 25 | 103 |
| Binary | 10111101 | 10011010 | 10111011 | 0 | 10011 | 1 | 11010 | 100101111 | 10101 | 1000011 |
Color Harmonies of #BD9ABB
Complementary color
Monochromatic Colors of #BD9ABB
Black with #BD9ABB
Text Example
Text Example
White with #BD9ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9ABB; }
p { color: rgb(189,154,187); }
H1.HeaderClassName
{
color: #BD9ABB;
}
.AnyTagClassName
{
color: #BD9ABB;
}
</style>
background-color css
<style>
a { background-color: #BD9ABB; }
a { background-color: rgb(189,154,187); }
div.DivClassName
{
background-color: #BD9ABB;
}
.BgClassName
{
background-color: #BD9ABB;
}
</style>
border-color css
<style>
span { border-color: #BD9ABB; }
span { border-color: rgb(189,154,187); }
td.TdClassName
{
border-color: #BD9ABB;
}
.TagClassName
{
border-color: #BD9ABB;
}
</style>