Shades of Lilac #BB90C1
Tints of Lilac #BB90C1
RGB
CMYK
RGB Variations
Color information
#BB90C1 (or 0xBB90C1) is known color: Lilac. HEX triplet: BB, 90 and C1. RGB value is (187,144,193). Sum of RGB (Red+Green+Blue) = 187+144+193=524 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.69% from 524); Green value is 144 (56.64% from 255 or 27.48% from 524); Blue value is 193 (75.78% from 255 or 36.83% from 524); Max value from RGB is 193 - color contains mainly: blue. Hex color #BB90C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB90C1 is #446F3E. Grayscale: #A2A2A2. Windows color (decimal): -4484927 or 12685499. OLE color: 12685499.
HSL color Cylindrical-coordinate representation of color #BB90C1: hue angle of 292.65º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BB90C1 is Cyan = 0.03, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 144 | 193 | - |
| CMYK | 0.03 | 0.25 | 0 | 0.24 |
| HSL | 292.65º | 0.28% | 0.66% | - |
| HSV(B) | 292.65º | 0.25% | 0.76% | - |
| XYZ | 40.09 | 34.36 | 54.97 | - |
| YUV | 162.44 | 145.25 | 145.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 144 | 193 | 0.03 | 0.25 | 0 | 0.24 | 292.65 | 0.28 | 0.66 |
| Hex | BB | 90 | C1 | 3 | 19 | 0 | 18 | 125 | 1C | 42 |
| Octal | 273 | 220 | 301 | 3 | 31 | 0 | 30 | 445 | 34 | 102 |
| Binary | 10111011 | 10010000 | 11000001 | 11 | 11001 | 0 | 11000 | 100100101 | 11100 | 1000010 |
Color Harmonies of #BB90C1
Complementary color
Monochromatic Colors of #BB90C1
Black with #BB90C1
Text Example
Text Example
White with #BB90C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB90C1; }
p { color: rgb(187,144,193); }
H1.HeaderClassName
{
color: #BB90C1;
}
.AnyTagClassName
{
color: #BB90C1;
}
</style>
background-color css
<style>
a { background-color: #BB90C1; }
a { background-color: rgb(187,144,193); }
div.DivClassName
{
background-color: #BB90C1;
}
.BgClassName
{
background-color: #BB90C1;
}
</style>
border-color css
<style>
span { border-color: #BB90C1; }
span { border-color: rgb(187,144,193); }
td.TdClassName
{
border-color: #BB90C1;
}
.TagClassName
{
border-color: #BB90C1;
}
</style>