Shades of Lilac #B992BC
Tints of Lilac #B992BC
RGB
CMYK
RGB Variations
Color information
#B992BC (or 0xB992BC) is known color: Lilac. HEX triplet: B9, 92 and BC. RGB value is (185,146,188). Sum of RGB (Red+Green+Blue) = 185+146+188=519 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.65% from 519); Green value is 146 (57.42% from 255 or 28.13% from 519); Blue value is 188 (73.83% from 255 or 36.22% from 519); Max value from RGB is 188 - color contains mainly: blue. Hex color #B992BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B992BC is #466D43. Grayscale: #A2A2A2. Windows color (decimal): -4615492 or 12358329. OLE color: 12358329.
HSL color Cylindrical-coordinate representation of color #B992BC: hue angle of 295.71º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B992BC is Cyan = 0.02, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 185 | 146 | 188 | - |
| CMYK | 0.02 | 0.22 | 0 | 0.26 |
| HSL | 295.71º | 0.24% | 0.65% | - |
| HSV(B) | 295.71º | 0.22% | 0.74% | - |
| XYZ | 39.36 | 34.5 | 52.16 | - |
| YUV | 162.45 | 142.42 | 144.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 146 | 188 | 0.02 | 0.22 | 0 | 0.26 | 295.71 | 0.24 | 0.65 |
| Hex | B9 | 92 | BC | 2 | 16 | 0 | 1A | 128 | 18 | 41 |
| Octal | 271 | 222 | 274 | 2 | 26 | 0 | 32 | 450 | 30 | 101 |
| Binary | 10111001 | 10010010 | 10111100 | 10 | 10110 | 0 | 11010 | 100101000 | 11000 | 1000001 |
Color Harmonies of #B992BC
Complementary color
Monochromatic Colors of #B992BC
Black with #B992BC
Text Example
Text Example
White with #B992BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B992BC; }
p { color: rgb(185,146,188); }
H1.HeaderClassName
{
color: #B992BC;
}
.AnyTagClassName
{
color: #B992BC;
}
</style>
background-color css
<style>
a { background-color: #B992BC; }
a { background-color: rgb(185,146,188); }
div.DivClassName
{
background-color: #B992BC;
}
.BgClassName
{
background-color: #B992BC;
}
</style>
border-color css
<style>
span { border-color: #B992BC; }
span { border-color: rgb(185,146,188); }
td.TdClassName
{
border-color: #B992BC;
}
.TagClassName
{
border-color: #B992BC;
}
</style>