Shades of Lilac #B993BD
Tints of Lilac #B993BD
RGB
CMYK
RGB Variations
Color information
#B993BD (or 0xB993BD) is known color: Lilac. HEX triplet: B9, 93 and BD. RGB value is (185,147,189). Sum of RGB (Red+Green+Blue) = 185+147+189=521 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.51% from 521); Green value is 147 (57.81% from 255 or 28.21% from 521); Blue value is 189 (74.22% from 255 or 36.28% from 521); Max value from RGB is 189 - color contains mainly: blue. Hex color #B993BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B993BD is #466C42. Grayscale: #A3A3A3. Windows color (decimal): -4615235 or 12424121. OLE color: 12424121.
HSL color Cylindrical-coordinate representation of color #B993BD: hue angle of 294.29º degrees, saturation: 0.24, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B993BD is Cyan = 0.02, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 185 | 147 | 189 | - |
| CMYK | 0.02 | 0.22 | 0 | 0.26 |
| HSL | 294.29º | 0.24% | 0.66% | - |
| HSV(B) | 294.29º | 0.22% | 0.74% | - |
| XYZ | 39.63 | 34.86 | 52.78 | - |
| YUV | 163.15 | 142.59 | 143.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 147 | 189 | 0.02 | 0.22 | 0 | 0.26 | 294.29 | 0.24 | 0.66 |
| Hex | B9 | 93 | BD | 2 | 16 | 0 | 1A | 126 | 18 | 42 |
| Octal | 271 | 223 | 275 | 2 | 26 | 0 | 32 | 446 | 30 | 102 |
| Binary | 10111001 | 10010011 | 10111101 | 10 | 10110 | 0 | 11010 | 100100110 | 11000 | 1000010 |
Color Harmonies of #B993BD
Complementary color
Monochromatic Colors of #B993BD
Black with #B993BD
Text Example
Text Example
White with #B993BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B993BD; }
p { color: rgb(185,147,189); }
H1.HeaderClassName
{
color: #B993BD;
}
.AnyTagClassName
{
color: #B993BD;
}
</style>
background-color css
<style>
a { background-color: #B993BD; }
a { background-color: rgb(185,147,189); }
div.DivClassName
{
background-color: #B993BD;
}
.BgClassName
{
background-color: #B993BD;
}
</style>
border-color css
<style>
span { border-color: #B993BD; }
span { border-color: rgb(185,147,189); }
td.TdClassName
{
border-color: #B993BD;
}
.TagClassName
{
border-color: #B993BD;
}
</style>