Shades of Lilac #BD9BBB
Tints of Lilac #BD9BBB
RGB
CMYK
RGB Variations
Color information
#BD9BBB (or 0xBD9BBB) is known color: Lilac. HEX triplet: BD, 9B and BB. RGB value is (189,155,187). Sum of RGB (Red+Green+Blue) = 189+155+187=531 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.59% from 531); Green value is 155 (60.94% from 255 or 29.19% from 531); Blue value is 187 (73.44% from 255 or 35.22% from 531); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9BBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD9BBB is #426444. Grayscale: #A8A8A8. Windows color (decimal): -4351045 or 12295101. OLE color: 12295101.
HSL color Cylindrical-coordinate representation of color #BD9BBB: hue angle of 303.53º 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 #BD9BBB is Cyan = 0, Magento = 0.18, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 155 | 187 | - |
| CMYK | 0 | 0.18 | 0.01 | 0.26 |
| HSL | 303.53º | 0.2% | 0.67% | - |
| HSV(B) | 303.53º | 0.18% | 0.74% | - |
| XYZ | 41.68 | 37.85 | 52.12 | - |
| YUV | 168.81 | 138.26 | 142.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 155 | 187 | 0 | 0.18 | 0.01 | 0.26 | 303.53 | 0.2 | 0.67 |
| Hex | BD | 9B | BB | 0 | 12 | 1 | 1A | 130 | 14 | 43 |
| Octal | 275 | 233 | 273 | 0 | 22 | 1 | 32 | 460 | 24 | 103 |
| Binary | 10111101 | 10011011 | 10111011 | 0 | 10010 | 1 | 11010 | 100110000 | 10100 | 1000011 |
Color Harmonies of #BD9BBB
Complementary color
Monochromatic Colors of #BD9BBB
Black with #BD9BBB
Text Example
Text Example
White with #BD9BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9BBB; }
p { color: rgb(189,155,187); }
H1.HeaderClassName
{
color: #BD9BBB;
}
.AnyTagClassName
{
color: #BD9BBB;
}
</style>
background-color css
<style>
a { background-color: #BD9BBB; }
a { background-color: rgb(189,155,187); }
div.DivClassName
{
background-color: #BD9BBB;
}
.BgClassName
{
background-color: #BD9BBB;
}
</style>
border-color css
<style>
span { border-color: #BD9BBB; }
span { border-color: rgb(189,155,187); }
td.TdClassName
{
border-color: #BD9BBB;
}
.TagClassName
{
border-color: #BD9BBB;
}
</style>