Shades of Lilac #BB94C0
Tints of Lilac #BB94C0
RGB
CMYK
RGB Variations
Color information
#BB94C0 (or 0xBB94C0) is known color: Lilac. HEX triplet: BB, 94 and C0. RGB value is (187,148,192). Sum of RGB (Red+Green+Blue) = 187+148+192=527 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.48% from 527); Green value is 148 (58.20% from 255 or 28.08% from 527); Blue value is 192 (75.39% from 255 or 36.43% from 527); Max value from RGB is 192 - color contains mainly: blue. Hex color #BB94C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB94C0 is #446B3F. Grayscale: #A4A4A4. Windows color (decimal): -4483904 or 12620987. OLE color: 12620987.
HSL color Cylindrical-coordinate representation of color #BB94C0: hue angle of 293.18º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BB94C0 is Cyan = 0.03, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 148 | 192 | - |
| CMYK | 0.03 | 0.23 | 0 | 0.25 |
| HSL | 293.18º | 0.26% | 0.67% | - |
| HSV(B) | 293.18º | 0.23% | 0.75% | - |
| XYZ | 40.6 | 35.55 | 54.59 | - |
| YUV | 164.68 | 143.42 | 143.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 148 | 192 | 0.03 | 0.23 | 0 | 0.25 | 293.18 | 0.26 | 0.67 |
| Hex | BB | 94 | C0 | 3 | 17 | 0 | 19 | 125 | 1A | 43 |
| Octal | 273 | 224 | 300 | 3 | 27 | 0 | 31 | 445 | 32 | 103 |
| Binary | 10111011 | 10010100 | 11000000 | 11 | 10111 | 0 | 11001 | 100100101 | 11010 | 1000011 |
Color Harmonies of #BB94C0
Complementary color
Monochromatic Colors of #BB94C0
Black with #BB94C0
Text Example
Text Example
White with #BB94C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB94C0; }
p { color: rgb(187,148,192); }
H1.HeaderClassName
{
color: #BB94C0;
}
.AnyTagClassName
{
color: #BB94C0;
}
</style>
background-color css
<style>
a { background-color: #BB94C0; }
a { background-color: rgb(187,148,192); }
div.DivClassName
{
background-color: #BB94C0;
}
.BgClassName
{
background-color: #BB94C0;
}
</style>
border-color css
<style>
span { border-color: #BB94C0; }
span { border-color: rgb(187,148,192); }
td.TdClassName
{
border-color: #BB94C0;
}
.TagClassName
{
border-color: #BB94C0;
}
</style>