Shades of Lilac #BD9BC4
Tints of Lilac #BD9BC4
RGB
CMYK
RGB Variations
Color information
#BD9BC4 (or 0xBD9BC4) is known color: Lilac. HEX triplet: BD, 9B and C4. RGB value is (189,155,196). Sum of RGB (Red+Green+Blue) = 189+155+196=540 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35% from 540); Green value is 155 (60.94% from 255 or 28.70% from 540); Blue value is 196 (76.95% from 255 or 36.30% from 540); Max value from RGB is 196 - color contains mainly: blue. Hex color #BD9BC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD9BC4 is #42643B. Grayscale: #A9A9A9. Windows color (decimal): -4351036 or 12884925. OLE color: 12884925.
HSL color Cylindrical-coordinate representation of color #BD9BC4: hue angle of 289.76º degrees, saturation: 0.26, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BD9BC4 is Cyan = 0.04, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 189 | 155 | 196 | - |
| CMYK | 0.04 | 0.21 | 0 | 0.23 |
| HSL | 289.76º | 0.26% | 0.69% | - |
| HSV(B) | 289.76º | 0.21% | 0.77% | - |
| XYZ | 42.67 | 38.25 | 57.36 | - |
| YUV | 169.84 | 142.76 | 141.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 155 | 196 | 0.04 | 0.21 | 0 | 0.23 | 289.76 | 0.26 | 0.69 |
| Hex | BD | 9B | C4 | 4 | 15 | 0 | 17 | 122 | 1A | 45 |
| Octal | 275 | 233 | 304 | 4 | 25 | 0 | 27 | 442 | 32 | 105 |
| Binary | 10111101 | 10011011 | 11000100 | 100 | 10101 | 0 | 10111 | 100100010 | 11010 | 1000101 |
Color Harmonies of #BD9BC4
Complementary color
Monochromatic Colors of #BD9BC4
Black with #BD9BC4
Text Example
Text Example
White with #BD9BC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9BC4; }
p { color: rgb(189,155,196); }
H1.HeaderClassName
{
color: #BD9BC4;
}
.AnyTagClassName
{
color: #BD9BC4;
}
</style>
background-color css
<style>
a { background-color: #BD9BC4; }
a { background-color: rgb(189,155,196); }
div.DivClassName
{
background-color: #BD9BC4;
}
.BgClassName
{
background-color: #BD9BC4;
}
</style>
border-color css
<style>
span { border-color: #BD9BC4; }
span { border-color: rgb(189,155,196); }
td.TdClassName
{
border-color: #BD9BC4;
}
.TagClassName
{
border-color: #BD9BC4;
}
</style>