Shades of Lilac #BD92BC
Tints of Lilac #BD92BC
RGB
CMYK
RGB Variations
Color information
#BD92BC (or 0xBD92BC) is known color: Lilac. HEX triplet: BD, 92 and BC. RGB value is (189,146,188). Sum of RGB (Red+Green+Blue) = 189+146+188=523 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.14% from 523); Green value is 146 (57.42% from 255 or 27.92% from 523); Blue value is 188 (73.83% from 255 or 35.95% from 523); Max value from RGB is 189 - color contains mainly: red. Hex color #BD92BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD92BC is #426D43. Grayscale: #A3A3A3. Windows color (decimal): -4353348 or 12358333. OLE color: 12358333.
HSL color Cylindrical-coordinate representation of color #BD92BC: hue angle of 301.4º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BD92BC is Cyan = 0, Magento = 0.23, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 146 | 188 | - |
| CMYK | 0 | 0.23 | 0.01 | 0.26 |
| HSL | 301.4º | 0.25% | 0.66% | - |
| HSV(B) | 301.4º | 0.23% | 0.74% | - |
| XYZ | 40.34 | 35.01 | 52.21 | - |
| YUV | 163.65 | 141.75 | 146.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 146 | 188 | 0 | 0.23 | 0.01 | 0.26 | 301.4 | 0.25 | 0.66 |
| Hex | BD | 92 | BC | 0 | 17 | 1 | 1A | 12D | 19 | 42 |
| Octal | 275 | 222 | 274 | 0 | 27 | 1 | 32 | 455 | 31 | 102 |
| Binary | 10111101 | 10010010 | 10111100 | 0 | 10111 | 1 | 11010 | 100101101 | 11001 | 1000010 |
Color Harmonies of #BD92BC
Complementary color
Monochromatic Colors of #BD92BC
Black with #BD92BC
Text Example
Text Example
White with #BD92BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD92BC; }
p { color: rgb(189,146,188); }
H1.HeaderClassName
{
color: #BD92BC;
}
.AnyTagClassName
{
color: #BD92BC;
}
</style>
background-color css
<style>
a { background-color: #BD92BC; }
a { background-color: rgb(189,146,188); }
div.DivClassName
{
background-color: #BD92BC;
}
.BgClassName
{
background-color: #BD92BC;
}
</style>
border-color css
<style>
span { border-color: #BD92BC; }
span { border-color: rgb(189,146,188); }
td.TdClassName
{
border-color: #BD92BC;
}
.TagClassName
{
border-color: #BD92BC;
}
</style>