Shades of Lilac #BB94C2
Tints of Lilac #BB94C2
RGB
CMYK
RGB Variations
Color information
#BB94C2 (or 0xBB94C2) is known color: Lilac. HEX triplet: BB, 94 and C2. RGB value is (187,148,194). Sum of RGB (Red+Green+Blue) = 187+148+194=529 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.35% from 529); Green value is 148 (58.20% from 255 or 27.98% from 529); Blue value is 194 (76.17% from 255 or 36.67% from 529); Max value from RGB is 194 - color contains mainly: blue. Hex color #BB94C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB94C2 is #446B3D. Grayscale: #A4A4A4. Windows color (decimal): -4483902 or 12752059. OLE color: 12752059.
HSL color Cylindrical-coordinate representation of color #BB94C2: hue angle of 290.87º degrees, saturation: 0.27, 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 #BB94C2 is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 148 | 194 | - |
| CMYK | 0.04 | 0.24 | 0 | 0.24 |
| HSL | 290.87º | 0.27% | 0.67% | - |
| HSV(B) | 290.87º | 0.24% | 0.76% | - |
| XYZ | 40.82 | 35.64 | 55.77 | - |
| YUV | 164.91 | 144.42 | 143.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 148 | 194 | 0.04 | 0.24 | 0 | 0.24 | 290.87 | 0.27 | 0.67 |
| Hex | BB | 94 | C2 | 4 | 18 | 0 | 18 | 123 | 1B | 43 |
| Octal | 273 | 224 | 302 | 4 | 30 | 0 | 30 | 443 | 33 | 103 |
| Binary | 10111011 | 10010100 | 11000010 | 100 | 11000 | 0 | 11000 | 100100011 | 11011 | 1000011 |
Color Harmonies of #BB94C2
Complementary color
Monochromatic Colors of #BB94C2
Black with #BB94C2
Text Example
Text Example
White with #BB94C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB94C2; }
p { color: rgb(187,148,194); }
H1.HeaderClassName
{
color: #BB94C2;
}
.AnyTagClassName
{
color: #BB94C2;
}
</style>
background-color css
<style>
a { background-color: #BB94C2; }
a { background-color: rgb(187,148,194); }
div.DivClassName
{
background-color: #BB94C2;
}
.BgClassName
{
background-color: #BB94C2;
}
</style>
border-color css
<style>
span { border-color: #BB94C2; }
span { border-color: rgb(187,148,194); }
td.TdClassName
{
border-color: #BB94C2;
}
.TagClassName
{
border-color: #BB94C2;
}
</style>