Shades of Lilac #B992BD
Tints of Lilac #B992BD
RGB
CMYK
RGB Variations
Color information
#B992BD (or 0xB992BD) is known color: Lilac. HEX triplet: B9, 92 and BD. RGB value is (185,146,189). Sum of RGB (Red+Green+Blue) = 185+146+189=520 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.58% from 520); Green value is 146 (57.42% from 255 or 28.08% from 520); Blue value is 189 (74.22% from 255 or 36.35% from 520); Max value from RGB is 189 - color contains mainly: blue. Hex color #B992BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B992BD is #466D42. Grayscale: #A2A2A2. Windows color (decimal): -4615491 or 12423865. OLE color: 12423865.
HSL color Cylindrical-coordinate representation of color #B992BD: hue angle of 294.42º 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 #B992BD is Cyan = 0.02, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 185 | 146 | 189 | - |
| CMYK | 0.02 | 0.23 | 0 | 0.26 |
| HSL | 294.42º | 0.25% | 0.66% | - |
| HSV(B) | 294.42º | 0.23% | 0.74% | - |
| XYZ | 39.47 | 34.55 | 52.73 | - |
| YUV | 162.56 | 142.92 | 144 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 146 | 189 | 0.02 | 0.23 | 0 | 0.26 | 294.42 | 0.25 | 0.66 |
| Hex | B9 | 92 | BD | 2 | 17 | 0 | 1A | 126 | 19 | 42 |
| Octal | 271 | 222 | 275 | 2 | 27 | 0 | 32 | 446 | 31 | 102 |
| Binary | 10111001 | 10010010 | 10111101 | 10 | 10111 | 0 | 11010 | 100100110 | 11001 | 1000010 |
Color Harmonies of #B992BD
Complementary color
Monochromatic Colors of #B992BD
Black with #B992BD
Text Example
Text Example
White with #B992BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B992BD; }
p { color: rgb(185,146,189); }
H1.HeaderClassName
{
color: #B992BD;
}
.AnyTagClassName
{
color: #B992BD;
}
</style>
background-color css
<style>
a { background-color: #B992BD; }
a { background-color: rgb(185,146,189); }
div.DivClassName
{
background-color: #B992BD;
}
.BgClassName
{
background-color: #B992BD;
}
</style>
border-color css
<style>
span { border-color: #B992BD; }
span { border-color: rgb(185,146,189); }
td.TdClassName
{
border-color: #B992BD;
}
.TagClassName
{
border-color: #B992BD;
}
</style>