Shades of Lilac #BB94C3
Tints of Lilac #BB94C3
RGB
CMYK
RGB Variations
Color information
#BB94C3 (or 0xBB94C3) is known color: Lilac. HEX triplet: BB, 94 and C3. RGB value is (187,148,195). Sum of RGB (Red+Green+Blue) = 187+148+195=530 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.28% from 530); Green value is 148 (58.20% from 255 or 27.92% from 530); Blue value is 195 (76.56% from 255 or 36.79% from 530); Max value from RGB is 195 - color contains mainly: blue. Hex color #BB94C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB94C3 is #446B3C. Grayscale: #A4A4A4. Windows color (decimal): -4483901 or 12817595. OLE color: 12817595.
HSL color Cylindrical-coordinate representation of color #BB94C3: hue angle of 289.79º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BB94C3 is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 148 | 195 | - |
| CMYK | 0.04 | 0.24 | 0 | 0.24 |
| HSL | 289.79º | 0.28% | 0.67% | - |
| HSV(B) | 289.79º | 0.24% | 0.76% | - |
| XYZ | 40.93 | 35.68 | 56.36 | - |
| YUV | 165.02 | 144.92 | 143.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 148 | 195 | 0.04 | 0.24 | 0 | 0.24 | 289.79 | 0.28 | 0.67 |
| Hex | BB | 94 | C3 | 4 | 18 | 0 | 18 | 122 | 1C | 43 |
| Octal | 273 | 224 | 303 | 4 | 30 | 0 | 30 | 442 | 34 | 103 |
| Binary | 10111011 | 10010100 | 11000011 | 100 | 11000 | 0 | 11000 | 100100010 | 11100 | 1000011 |
Color Harmonies of #BB94C3
Complementary color
Monochromatic Colors of #BB94C3
Black with #BB94C3
Text Example
Text Example
White with #BB94C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB94C3; }
p { color: rgb(187,148,195); }
H1.HeaderClassName
{
color: #BB94C3;
}
.AnyTagClassName
{
color: #BB94C3;
}
</style>
background-color css
<style>
a { background-color: #BB94C3; }
a { background-color: rgb(187,148,195); }
div.DivClassName
{
background-color: #BB94C3;
}
.BgClassName
{
background-color: #BB94C3;
}
</style>
border-color css
<style>
span { border-color: #BB94C3; }
span { border-color: rgb(187,148,195); }
td.TdClassName
{
border-color: #BB94C3;
}
.TagClassName
{
border-color: #BB94C3;
}
</style>