Shades of Lilac #BD9BC3
Tints of Lilac #BD9BC3
RGB
CMYK
RGB Variations
Color information
#BD9BC3 (or 0xBD9BC3) is known color: Lilac. HEX triplet: BD, 9B and C3. RGB value is (189,155,195). Sum of RGB (Red+Green+Blue) = 189+155+195=539 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.06% from 539); Green value is 155 (60.94% from 255 or 28.76% from 539); Blue value is 195 (76.56% from 255 or 36.18% from 539); Max value from RGB is 195 - color contains mainly: blue. Hex color #BD9BC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD9BC3 is #42643C. Grayscale: #A9A9A9. Windows color (decimal): -4351037 or 12819389. OLE color: 12819389.
HSL color Cylindrical-coordinate representation of color #BD9BC3: hue angle of 291º degrees, saturation: 0.25, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BD9BC3 is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 155 | 195 | - |
| CMYK | 0.03 | 0.21 | 0 | 0.24 |
| HSL | 291º | 0.25% | 0.69% | - |
| HSV(B) | 291º | 0.21% | 0.76% | - |
| XYZ | 42.56 | 38.2 | 56.76 | - |
| YUV | 169.73 | 142.26 | 141.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 155 | 195 | 0.03 | 0.21 | 0 | 0.24 | 291 | 0.25 | 0.69 |
| Hex | BD | 9B | C3 | 3 | 15 | 0 | 18 | 123 | 19 | 45 |
| Octal | 275 | 233 | 303 | 3 | 25 | 0 | 30 | 443 | 31 | 105 |
| Binary | 10111101 | 10011011 | 11000011 | 11 | 10101 | 0 | 11000 | 100100011 | 11001 | 1000101 |
Color Harmonies of #BD9BC3
Complementary color
Monochromatic Colors of #BD9BC3
Black with #BD9BC3
Text Example
Text Example
White with #BD9BC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9BC3; }
p { color: rgb(189,155,195); }
H1.HeaderClassName
{
color: #BD9BC3;
}
.AnyTagClassName
{
color: #BD9BC3;
}
</style>
background-color css
<style>
a { background-color: #BD9BC3; }
a { background-color: rgb(189,155,195); }
div.DivClassName
{
background-color: #BD9BC3;
}
.BgClassName
{
background-color: #BD9BC3;
}
</style>
border-color css
<style>
span { border-color: #BD9BC3; }
span { border-color: rgb(189,155,195); }
td.TdClassName
{
border-color: #BD9BC3;
}
.TagClassName
{
border-color: #BD9BC3;
}
</style>