Shades of Lilac #BD9CBF
Tints of Lilac #BD9CBF
RGB
CMYK
RGB Variations
Color information
#BD9CBF (or 0xBD9CBF) is known color: Lilac. HEX triplet: BD, 9C and BF. RGB value is (189,156,191). Sum of RGB (Red+Green+Blue) = 189+156+191=536 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.26% from 536); Green value is 156 (61.33% from 255 or 29.10% from 536); Blue value is 191 (75% from 255 or 35.63% from 536); Max value from RGB is 191 - color contains mainly: blue. Hex color #BD9CBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD9CBF is #426340. Grayscale: #A9A9A9. Windows color (decimal): -4350785 or 12557501. OLE color: 12557501.
HSL color Cylindrical-coordinate representation of color #BD9CBF: hue angle of 296.57º 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 #BD9CBF is Cyan = 0.01, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 189 | 156 | 191 | - |
| CMYK | 0.01 | 0.18 | 0 | 0.25 |
| HSL | 296.57º | 0.21% | 0.68% | - |
| HSV(B) | 296.57º | 0.18% | 0.75% | - |
| XYZ | 42.28 | 38.36 | 54.47 | - |
| YUV | 169.86 | 139.93 | 141.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 156 | 191 | 0.01 | 0.18 | 0 | 0.25 | 296.57 | 0.21 | 0.68 |
| Hex | BD | 9C | BF | 1 | 12 | 0 | 19 | 129 | 15 | 44 |
| Octal | 275 | 234 | 277 | 1 | 22 | 0 | 31 | 451 | 25 | 104 |
| Binary | 10111101 | 10011100 | 10111111 | 1 | 10010 | 0 | 11001 | 100101001 | 10101 | 1000100 |
Color Harmonies of #BD9CBF
Complementary color
Monochromatic Colors of #BD9CBF
Black with #BD9CBF
Text Example
Text Example
White with #BD9CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9CBF; }
p { color: rgb(189,156,191); }
H1.HeaderClassName
{
color: #BD9CBF;
}
.AnyTagClassName
{
color: #BD9CBF;
}
</style>
background-color css
<style>
a { background-color: #BD9CBF; }
a { background-color: rgb(189,156,191); }
div.DivClassName
{
background-color: #BD9CBF;
}
.BgClassName
{
background-color: #BD9CBF;
}
</style>
border-color css
<style>
span { border-color: #BD9CBF; }
span { border-color: rgb(189,156,191); }
td.TdClassName
{
border-color: #BD9CBF;
}
.TagClassName
{
border-color: #BD9CBF;
}
</style>