Shades of Lilac #BB92BC
Tints of Lilac #BB92BC
RGB
CMYK
RGB Variations
Color information
#BB92BC (or 0xBB92BC) is known color: Lilac. HEX triplet: BB, 92 and BC. RGB value is (187,146,188). Sum of RGB (Red+Green+Blue) = 187+146+188=521 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.89% from 521); Green value is 146 (57.42% from 255 or 28.02% from 521); Blue value is 188 (73.83% from 255 or 36.08% from 521); Max value from RGB is 188 - color contains mainly: blue. Hex color #BB92BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB92BC is #446D43. Grayscale: #A2A2A2. Windows color (decimal): -4484420 or 12358331. OLE color: 12358331.
HSL color Cylindrical-coordinate representation of color #BB92BC: hue angle of 298.57º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BB92BC is Cyan = 0.01, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 146 | 188 | - |
| CMYK | 0.01 | 0.22 | 0 | 0.26 |
| HSL | 298.57º | 0.24% | 0.65% | - |
| HSV(B) | 298.57º | 0.22% | 0.74% | - |
| XYZ | 39.85 | 34.75 | 52.18 | - |
| YUV | 163.05 | 142.08 | 145.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 146 | 188 | 0.01 | 0.22 | 0 | 0.26 | 298.57 | 0.24 | 0.65 |
| Hex | BB | 92 | BC | 1 | 16 | 0 | 1A | 12B | 18 | 41 |
| Octal | 273 | 222 | 274 | 1 | 26 | 0 | 32 | 453 | 30 | 101 |
| Binary | 10111011 | 10010010 | 10111100 | 1 | 10110 | 0 | 11010 | 100101011 | 11000 | 1000001 |
Color Harmonies of #BB92BC
Complementary color
Monochromatic Colors of #BB92BC
Black with #BB92BC
Text Example
Text Example
White with #BB92BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB92BC; }
p { color: rgb(187,146,188); }
H1.HeaderClassName
{
color: #BB92BC;
}
.AnyTagClassName
{
color: #BB92BC;
}
</style>
background-color css
<style>
a { background-color: #BB92BC; }
a { background-color: rgb(187,146,188); }
div.DivClassName
{
background-color: #BB92BC;
}
.BgClassName
{
background-color: #BB92BC;
}
</style>
border-color css
<style>
span { border-color: #BB92BC; }
span { border-color: rgb(187,146,188); }
td.TdClassName
{
border-color: #BB92BC;
}
.TagClassName
{
border-color: #BB92BC;
}
</style>