Shades of Lilac #BD9BBA
Tints of Lilac #BD9BBA
RGB
CMYK
RGB Variations
Color information
#BD9BBA (or 0xBD9BBA) is known color: Lilac. HEX triplet: BD, 9B and BA. RGB value is (189,155,186). Sum of RGB (Red+Green+Blue) = 189+155+186=530 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.66% from 530); Green value is 155 (60.94% from 255 or 29.25% from 530); Blue value is 186 (73.05% from 255 or 35.09% from 530); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9BBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD9BBA is #426445. Grayscale: #A8A8A8. Windows color (decimal): -4351046 or 12229565. OLE color: 12229565.
HSL color Cylindrical-coordinate representation of color #BD9BBA: hue angle of 305.29º 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 #BD9BBA is Cyan = 0, Magento = 0.18, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 155 | 186 | - |
| CMYK | 0 | 0.18 | 0.02 | 0.26 |
| HSL | 305.29º | 0.2% | 0.67% | - |
| HSV(B) | 305.29º | 0.18% | 0.74% | - |
| XYZ | 41.57 | 37.81 | 51.56 | - |
| YUV | 168.7 | 137.76 | 142.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 155 | 186 | 0 | 0.18 | 0.02 | 0.26 | 305.29 | 0.2 | 0.67 |
| Hex | BD | 9B | BA | 0 | 12 | 2 | 1A | 131 | 14 | 43 |
| Octal | 275 | 233 | 272 | 0 | 22 | 2 | 32 | 461 | 24 | 103 |
| Binary | 10111101 | 10011011 | 10111010 | 0 | 10010 | 10 | 11010 | 100110001 | 10100 | 1000011 |
Color Harmonies of #BD9BBA
Complementary color
Monochromatic Colors of #BD9BBA
Black with #BD9BBA
Text Example
Text Example
White with #BD9BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9BBA; }
p { color: rgb(189,155,186); }
H1.HeaderClassName
{
color: #BD9BBA;
}
.AnyTagClassName
{
color: #BD9BBA;
}
</style>
background-color css
<style>
a { background-color: #BD9BBA; }
a { background-color: rgb(189,155,186); }
div.DivClassName
{
background-color: #BD9BBA;
}
.BgClassName
{
background-color: #BD9BBA;
}
</style>
border-color css
<style>
span { border-color: #BD9BBA; }
span { border-color: rgb(189,155,186); }
td.TdClassName
{
border-color: #BD9BBA;
}
.TagClassName
{
border-color: #BD9BBA;
}
</style>