Shades of Lilac #BD95BC
Tints of Lilac #BD95BC
RGB
CMYK
RGB Variations
Color information
#BD95BC (or 0xBD95BC) is known color: Lilac. HEX triplet: BD, 95 and BC. RGB value is (189,149,188). Sum of RGB (Red+Green+Blue) = 189+149+188=526 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.93% from 526); Green value is 149 (58.59% from 255 or 28.33% from 526); Blue value is 188 (73.83% from 255 or 35.74% from 526); Max value from RGB is 189 - color contains mainly: red. Hex color #BD95BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD95BC is #426A43. Grayscale: #A5A5A5. Windows color (decimal): -4352580 or 12359101. OLE color: 12359101.
HSL color Cylindrical-coordinate representation of color #BD95BC: hue angle of 301.5º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BD95BC is Cyan = 0, Magento = 0.21, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 149 | 188 | - |
| CMYK | 0 | 0.21 | 0.01 | 0.26 |
| HSL | 301.5º | 0.23% | 0.66% | - |
| HSV(B) | 301.5º | 0.21% | 0.74% | - |
| XYZ | 40.81 | 35.94 | 52.36 | - |
| YUV | 165.41 | 140.75 | 144.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 149 | 188 | 0 | 0.21 | 0.01 | 0.26 | 301.5 | 0.23 | 0.66 |
| Hex | BD | 95 | BC | 0 | 15 | 1 | 1A | 12E | 17 | 42 |
| Octal | 275 | 225 | 274 | 0 | 25 | 1 | 32 | 456 | 27 | 102 |
| Binary | 10111101 | 10010101 | 10111100 | 0 | 10101 | 1 | 11010 | 100101110 | 10111 | 1000010 |
Color Harmonies of #BD95BC
Complementary color
Monochromatic Colors of #BD95BC
Black with #BD95BC
Text Example
Text Example
White with #BD95BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD95BC; }
p { color: rgb(189,149,188); }
H1.HeaderClassName
{
color: #BD95BC;
}
.AnyTagClassName
{
color: #BD95BC;
}
</style>
background-color css
<style>
a { background-color: #BD95BC; }
a { background-color: rgb(189,149,188); }
div.DivClassName
{
background-color: #BD95BC;
}
.BgClassName
{
background-color: #BD95BC;
}
</style>
border-color css
<style>
span { border-color: #BD95BC; }
span { border-color: rgb(189,149,188); }
td.TdClassName
{
border-color: #BD95BC;
}
.TagClassName
{
border-color: #BD95BC;
}
</style>