Shades of Lilac #BB93BE
Tints of Lilac #BB93BE
RGB
CMYK
RGB Variations
Color information
#BB93BE (or 0xBB93BE) is known color: Lilac. HEX triplet: BB, 93 and BE. RGB value is (187,147,190). Sum of RGB (Red+Green+Blue) = 187+147+190=524 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.69% from 524); Green value is 147 (57.81% from 255 or 28.05% from 524); Blue value is 190 (74.61% from 255 or 36.26% from 524); Max value from RGB is 190 - color contains mainly: blue. Hex color #BB93BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB93BE is #446C41. Grayscale: #A3A3A3. Windows color (decimal): -4484162 or 12489659. OLE color: 12489659.
HSL color Cylindrical-coordinate representation of color #BB93BE: hue angle of 295.81º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BB93BE is Cyan = 0.02, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 147 | 190 | - |
| CMYK | 0.02 | 0.23 | 0 | 0.25 |
| HSL | 295.81º | 0.25% | 0.66% | - |
| HSV(B) | 295.81º | 0.23% | 0.75% | - |
| XYZ | 40.22 | 35.15 | 53.38 | - |
| YUV | 163.86 | 142.75 | 144.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 147 | 190 | 0.02 | 0.23 | 0 | 0.25 | 295.81 | 0.25 | 0.66 |
| Hex | BB | 93 | BE | 2 | 17 | 0 | 19 | 128 | 19 | 42 |
| Octal | 273 | 223 | 276 | 2 | 27 | 0 | 31 | 450 | 31 | 102 |
| Binary | 10111011 | 10010011 | 10111110 | 10 | 10111 | 0 | 11001 | 100101000 | 11001 | 1000010 |
Color Harmonies of #BB93BE
Complementary color
Monochromatic Colors of #BB93BE
Black with #BB93BE
Text Example
Text Example
White with #BB93BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB93BE; }
p { color: rgb(187,147,190); }
H1.HeaderClassName
{
color: #BB93BE;
}
.AnyTagClassName
{
color: #BB93BE;
}
</style>
background-color css
<style>
a { background-color: #BB93BE; }
a { background-color: rgb(187,147,190); }
div.DivClassName
{
background-color: #BB93BE;
}
.BgClassName
{
background-color: #BB93BE;
}
</style>
border-color css
<style>
span { border-color: #BB93BE; }
span { border-color: rgb(187,147,190); }
td.TdClassName
{
border-color: #BB93BE;
}
.TagClassName
{
border-color: #BB93BE;
}
</style>