Shades of Lilac #BD92BE
Tints of Lilac #BD92BE
RGB
CMYK
RGB Variations
Color information
#BD92BE (or 0xBD92BE) is known color: Lilac. HEX triplet: BD, 92 and BE. RGB value is (189,146,190). Sum of RGB (Red+Green+Blue) = 189+146+190=525 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36% from 525); Green value is 146 (57.42% from 255 or 27.81% from 525); Blue value is 190 (74.61% from 255 or 36.19% from 525); Max value from RGB is 190 - color contains mainly: blue. Hex color #BD92BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD92BE is #426D41. Grayscale: #A3A3A3. Windows color (decimal): -4353346 or 12489405. OLE color: 12489405.
HSL color Cylindrical-coordinate representation of color #BD92BE: hue angle of 298.64º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BD92BE is Cyan = 0.01, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 189 | 146 | 190 | - |
| CMYK | 0.01 | 0.23 | 0 | 0.25 |
| HSL | 298.64º | 0.25% | 0.66% | - |
| HSV(B) | 298.64º | 0.23% | 0.75% | - |
| XYZ | 40.56 | 35.09 | 53.35 | - |
| YUV | 163.87 | 142.75 | 145.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 146 | 190 | 0.01 | 0.23 | 0 | 0.25 | 298.64 | 0.25 | 0.66 |
| Hex | BD | 92 | BE | 1 | 17 | 0 | 19 | 12B | 19 | 42 |
| Octal | 275 | 222 | 276 | 1 | 27 | 0 | 31 | 453 | 31 | 102 |
| Binary | 10111101 | 10010010 | 10111110 | 1 | 10111 | 0 | 11001 | 100101011 | 11001 | 1000010 |
Color Harmonies of #BD92BE
Complementary color
Monochromatic Colors of #BD92BE
Black with #BD92BE
Text Example
Text Example
White with #BD92BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD92BE; }
p { color: rgb(189,146,190); }
H1.HeaderClassName
{
color: #BD92BE;
}
.AnyTagClassName
{
color: #BD92BE;
}
</style>
background-color css
<style>
a { background-color: #BD92BE; }
a { background-color: rgb(189,146,190); }
div.DivClassName
{
background-color: #BD92BE;
}
.BgClassName
{
background-color: #BD92BE;
}
</style>
border-color css
<style>
span { border-color: #BD92BE; }
span { border-color: rgb(189,146,190); }
td.TdClassName
{
border-color: #BD92BE;
}
.TagClassName
{
border-color: #BD92BE;
}
</style>