Shades of Lilac #BD91BF
Tints of Lilac #BD91BF
RGB
CMYK
RGB Variations
Color information
#BD91BF (or 0xBD91BF) is known color: Lilac. HEX triplet: BD, 91 and BF. RGB value is (189,145,191). Sum of RGB (Red+Green+Blue) = 189+145+191=525 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36% from 525); Green value is 145 (57.03% from 255 or 27.62% from 525); Blue value is 191 (75% from 255 or 36.38% from 525); Max value from RGB is 191 - color contains mainly: blue. Hex color #BD91BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD91BF is #426E40. Grayscale: #A3A3A3. Windows color (decimal): -4353601 or 12554685. OLE color: 12554685.
HSL color Cylindrical-coordinate representation of color #BD91BF: hue angle of 297.39º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BD91BF is Cyan = 0.01, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 189 | 145 | 191 | - |
| CMYK | 0.01 | 0.24 | 0 | 0.25 |
| HSL | 297.39º | 0.26% | 0.66% | - |
| HSV(B) | 297.39º | 0.24% | 0.75% | - |
| XYZ | 40.52 | 34.83 | 53.88 | - |
| YUV | 163.4 | 143.58 | 146.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 145 | 191 | 0.01 | 0.24 | 0 | 0.25 | 297.39 | 0.26 | 0.66 |
| Hex | BD | 91 | BF | 1 | 18 | 0 | 19 | 129 | 1A | 42 |
| Octal | 275 | 221 | 277 | 1 | 30 | 0 | 31 | 451 | 32 | 102 |
| Binary | 10111101 | 10010001 | 10111111 | 1 | 11000 | 0 | 11001 | 100101001 | 11010 | 1000010 |
Color Harmonies of #BD91BF
Complementary color
Monochromatic Colors of #BD91BF
Black with #BD91BF
Text Example
Text Example
White with #BD91BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD91BF; }
p { color: rgb(189,145,191); }
H1.HeaderClassName
{
color: #BD91BF;
}
.AnyTagClassName
{
color: #BD91BF;
}
</style>
background-color css
<style>
a { background-color: #BD91BF; }
a { background-color: rgb(189,145,191); }
div.DivClassName
{
background-color: #BD91BF;
}
.BgClassName
{
background-color: #BD91BF;
}
</style>
border-color css
<style>
span { border-color: #BD91BF; }
span { border-color: rgb(189,145,191); }
td.TdClassName
{
border-color: #BD91BF;
}
.TagClassName
{
border-color: #BD91BF;
}
</style>