Shades of Lilac #BB94BC
Tints of Lilac #BB94BC
RGB
CMYK
RGB Variations
Color information
#BB94BC (or 0xBB94BC) is known color: Lilac. HEX triplet: BB, 94 and BC. RGB value is (187,148,188). Sum of RGB (Red+Green+Blue) = 187+148+188=523 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.76% from 523); Green value is 148 (58.20% from 255 or 28.30% from 523); Blue value is 188 (73.83% from 255 or 35.95% from 523); Max value from RGB is 188 - color contains mainly: blue. Hex color #BB94BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB94BC is #446B43. Grayscale: #A4A4A4. Windows color (decimal): -4483908 or 12358843. OLE color: 12358843.
HSL color Cylindrical-coordinate representation of color #BB94BC: hue angle of 298.5º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BB94BC is Cyan = 0.01, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 148 | 188 | - |
| CMYK | 0.01 | 0.21 | 0 | 0.26 |
| HSL | 298.5º | 0.23% | 0.66% | - |
| HSV(B) | 298.5º | 0.21% | 0.74% | - |
| XYZ | 40.16 | 35.38 | 52.29 | - |
| YUV | 164.22 | 141.42 | 144.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 148 | 188 | 0.01 | 0.21 | 0 | 0.26 | 298.5 | 0.23 | 0.66 |
| Hex | BB | 94 | BC | 1 | 15 | 0 | 1A | 12A | 17 | 42 |
| Octal | 273 | 224 | 274 | 1 | 25 | 0 | 32 | 452 | 27 | 102 |
| Binary | 10111011 | 10010100 | 10111100 | 1 | 10101 | 0 | 11010 | 100101010 | 10111 | 1000010 |
Color Harmonies of #BB94BC
Complementary color
Monochromatic Colors of #BB94BC
Black with #BB94BC
Text Example
Text Example
White with #BB94BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB94BC; }
p { color: rgb(187,148,188); }
H1.HeaderClassName
{
color: #BB94BC;
}
.AnyTagClassName
{
color: #BB94BC;
}
</style>
background-color css
<style>
a { background-color: #BB94BC; }
a { background-color: rgb(187,148,188); }
div.DivClassName
{
background-color: #BB94BC;
}
.BgClassName
{
background-color: #BB94BC;
}
</style>
border-color css
<style>
span { border-color: #BB94BC; }
span { border-color: rgb(187,148,188); }
td.TdClassName
{
border-color: #BB94BC;
}
.TagClassName
{
border-color: #BB94BC;
}
</style>