Shades of Lilac #BD9BBE
Tints of Lilac #BD9BBE
RGB
CMYK
RGB Variations
Color information
#BD9BBE (or 0xBD9BBE) is known color: Lilac. HEX triplet: BD, 9B and BE. RGB value is (189,155,190). Sum of RGB (Red+Green+Blue) = 189+155+190=534 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.39% from 534); Green value is 155 (60.94% from 255 or 29.03% from 534); Blue value is 190 (74.61% from 255 or 35.58% from 534); Max value from RGB is 190 - color contains mainly: blue. Hex color #BD9BBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD9BBE is #426441. Grayscale: #A9A9A9. Windows color (decimal): -4351042 or 12491709. OLE color: 12491709.
HSL color Cylindrical-coordinate representation of color #BD9BBE: hue angle of 298.29º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BD9BBE is Cyan = 0.01, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 189 | 155 | 190 | - |
| CMYK | 0.01 | 0.18 | 0 | 0.25 |
| HSL | 298.29º | 0.21% | 0.68% | - |
| HSV(B) | 298.29º | 0.18% | 0.75% | - |
| XYZ | 42 | 37.98 | 53.83 | - |
| YUV | 169.16 | 139.76 | 142.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 155 | 190 | 0.01 | 0.18 | 0 | 0.25 | 298.29 | 0.21 | 0.68 |
| Hex | BD | 9B | BE | 1 | 12 | 0 | 19 | 12A | 15 | 44 |
| Octal | 275 | 233 | 276 | 1 | 22 | 0 | 31 | 452 | 25 | 104 |
| Binary | 10111101 | 10011011 | 10111110 | 1 | 10010 | 0 | 11001 | 100101010 | 10101 | 1000100 |
Color Harmonies of #BD9BBE
Complementary color
Monochromatic Colors of #BD9BBE
Black with #BD9BBE
Text Example
Text Example
White with #BD9BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9BBE; }
p { color: rgb(189,155,190); }
H1.HeaderClassName
{
color: #BD9BBE;
}
.AnyTagClassName
{
color: #BD9BBE;
}
</style>
background-color css
<style>
a { background-color: #BD9BBE; }
a { background-color: rgb(189,155,190); }
div.DivClassName
{
background-color: #BD9BBE;
}
.BgClassName
{
background-color: #BD9BBE;
}
</style>
border-color css
<style>
span { border-color: #BD9BBE; }
span { border-color: rgb(189,155,190); }
td.TdClassName
{
border-color: #BD9BBE;
}
.TagClassName
{
border-color: #BD9BBE;
}
</style>