Shades of Lilac #BB98BC
Tints of Lilac #BB98BC
RGB
CMYK
RGB Variations
Color information
#BB98BC (or 0xBB98BC) is known color: Lilac. HEX triplet: BB, 98 and BC. RGB value is (187,152,188). Sum of RGB (Red+Green+Blue) = 187+152+188=527 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.48% from 527); Green value is 152 (59.77% from 255 or 28.84% from 527); Blue value is 188 (73.83% from 255 or 35.67% from 527); Max value from RGB is 188 - color contains mainly: blue. Hex color #BB98BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB98BC is #446743. Grayscale: #A6A6A6. Windows color (decimal): -4482884 or 12359867. OLE color: 12359867.
HSL color Cylindrical-coordinate representation of color #BB98BC: hue angle of 298.33º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BB98BC is Cyan = 0.01, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 152 | 188 | - |
| CMYK | 0.01 | 0.19 | 0 | 0.26 |
| HSL | 298.33º | 0.21% | 0.67% | - |
| HSV(B) | 298.33º | 0.19% | 0.74% | - |
| XYZ | 40.8 | 36.65 | 52.5 | - |
| YUV | 166.57 | 140.1 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 152 | 188 | 0.01 | 0.19 | 0 | 0.26 | 298.33 | 0.21 | 0.67 |
| Hex | BB | 98 | BC | 1 | 13 | 0 | 1A | 12A | 15 | 43 |
| Octal | 273 | 230 | 274 | 1 | 23 | 0 | 32 | 452 | 25 | 103 |
| Binary | 10111011 | 10011000 | 10111100 | 1 | 10011 | 0 | 11010 | 100101010 | 10101 | 1000011 |
Color Harmonies of #BB98BC
Complementary color
Monochromatic Colors of #BB98BC
Black with #BB98BC
Text Example
Text Example
White with #BB98BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB98BC; }
p { color: rgb(187,152,188); }
H1.HeaderClassName
{
color: #BB98BC;
}
.AnyTagClassName
{
color: #BB98BC;
}
</style>
background-color css
<style>
a { background-color: #BB98BC; }
a { background-color: rgb(187,152,188); }
div.DivClassName
{
background-color: #BB98BC;
}
.BgClassName
{
background-color: #BB98BC;
}
</style>
border-color css
<style>
span { border-color: #BB98BC; }
span { border-color: rgb(187,152,188); }
td.TdClassName
{
border-color: #BB98BC;
}
.TagClassName
{
border-color: #BB98BC;
}
</style>