Shades of Lilac #BD9CBC
Tints of Lilac #BD9CBC
RGB
CMYK
RGB Variations
Color information
#BD9CBC (or 0xBD9CBC) is known color: Lilac. HEX triplet: BD, 9C and BC. RGB value is (189,156,188). Sum of RGB (Red+Green+Blue) = 189+156+188=533 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.46% from 533); Green value is 156 (61.33% from 255 or 29.27% from 533); Blue value is 188 (73.83% from 255 or 35.27% from 533); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9CBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD9CBC is #426343. Grayscale: #A9A9A9. Windows color (decimal): -4350788 or 12360893. OLE color: 12360893.
HSL color Cylindrical-coordinate representation of color #BD9CBC: hue angle of 301.82º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BD9CBC is Cyan = 0, Magento = 0.17, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 156 | 188 | - |
| CMYK | 0 | 0.17 | 0.01 | 0.26 |
| HSL | 301.82º | 0.2% | 0.68% | - |
| HSV(B) | 301.82º | 0.17% | 0.74% | - |
| XYZ | 41.95 | 38.23 | 52.74 | - |
| YUV | 169.52 | 138.43 | 141.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 156 | 188 | 0 | 0.17 | 0.01 | 0.26 | 301.82 | 0.2 | 0.68 |
| Hex | BD | 9C | BC | 0 | 11 | 1 | 1A | 12E | 14 | 44 |
| Octal | 275 | 234 | 274 | 0 | 21 | 1 | 32 | 456 | 24 | 104 |
| Binary | 10111101 | 10011100 | 10111100 | 0 | 10001 | 1 | 11010 | 100101110 | 10100 | 1000100 |
Color Harmonies of #BD9CBC
Complementary color
Monochromatic Colors of #BD9CBC
Black with #BD9CBC
Text Example
Text Example
White with #BD9CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9CBC; }
p { color: rgb(189,156,188); }
H1.HeaderClassName
{
color: #BD9CBC;
}
.AnyTagClassName
{
color: #BD9CBC;
}
</style>
background-color css
<style>
a { background-color: #BD9CBC; }
a { background-color: rgb(189,156,188); }
div.DivClassName
{
background-color: #BD9CBC;
}
.BgClassName
{
background-color: #BD9CBC;
}
</style>
border-color css
<style>
span { border-color: #BD9CBC; }
span { border-color: rgb(189,156,188); }
td.TdClassName
{
border-color: #BD9CBC;
}
.TagClassName
{
border-color: #BD9CBC;
}
</style>