Shades of Lilac #B990BE
Tints of Lilac #B990BE
RGB
CMYK
RGB Variations
Color information
#B990BE (or 0xB990BE) is known color: Lilac. HEX triplet: B9, 90 and BE. RGB value is (185,144,190). Sum of RGB (Red+Green+Blue) = 185+144+190=519 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.65% from 519); Green value is 144 (56.64% from 255 or 27.75% from 519); Blue value is 190 (74.61% from 255 or 36.61% from 519); Max value from RGB is 190 - color contains mainly: blue. Hex color #B990BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B990BE is #466F41. Grayscale: #A1A1A1. Windows color (decimal): -4616002 or 12488889. OLE color: 12488889.
HSL color Cylindrical-coordinate representation of color #B990BE: hue angle of 293.48º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B990BE is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 185 | 144 | 190 | - |
| CMYK | 0.03 | 0.24 | 0 | 0.25 |
| HSL | 293.48º | 0.26% | 0.65% | - |
| HSV(B) | 293.48º | 0.24% | 0.75% | - |
| XYZ | 39.28 | 33.98 | 53.2 | - |
| YUV | 161.5 | 144.08 | 144.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 144 | 190 | 0.03 | 0.24 | 0 | 0.25 | 293.48 | 0.26 | 0.65 |
| Hex | B9 | 90 | BE | 3 | 18 | 0 | 19 | 125 | 1A | 41 |
| Octal | 271 | 220 | 276 | 3 | 30 | 0 | 31 | 445 | 32 | 101 |
| Binary | 10111001 | 10010000 | 10111110 | 11 | 11000 | 0 | 11001 | 100100101 | 11010 | 1000001 |
Color Harmonies of #B990BE
Complementary color
Monochromatic Colors of #B990BE
Black with #B990BE
Text Example
Text Example
White with #B990BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B990BE; }
p { color: rgb(185,144,190); }
H1.HeaderClassName
{
color: #B990BE;
}
.AnyTagClassName
{
color: #B990BE;
}
</style>
background-color css
<style>
a { background-color: #B990BE; }
a { background-color: rgb(185,144,190); }
div.DivClassName
{
background-color: #B990BE;
}
.BgClassName
{
background-color: #B990BE;
}
</style>
border-color css
<style>
span { border-color: #B990BE; }
span { border-color: rgb(185,144,190); }
td.TdClassName
{
border-color: #B990BE;
}
.TagClassName
{
border-color: #B990BE;
}
</style>