Shades of Lilac #BB94C4
Tints of Lilac #BB94C4
RGB
CMYK
RGB Variations
Color information
#BB94C4 (or 0xBB94C4) is known color: Lilac. HEX triplet: BB, 94 and C4. RGB value is (187,148,196). Sum of RGB (Red+Green+Blue) = 187+148+196=531 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.22% from 531); Green value is 148 (58.20% from 255 or 27.87% from 531); Blue value is 196 (76.95% from 255 or 36.91% from 531); Max value from RGB is 196 - color contains mainly: blue. Hex color #BB94C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB94C4 is #446B3B. Grayscale: #A4A4A4. Windows color (decimal): -4483900 or 12883131. OLE color: 12883131.
HSL color Cylindrical-coordinate representation of color #BB94C4: hue angle of 288.75º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BB94C4 is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 187 | 148 | 196 | - |
| CMYK | 0.05 | 0.24 | 0 | 0.23 |
| HSL | 288.75º | 0.29% | 0.67% | - |
| HSV(B) | 288.75º | 0.24% | 0.77% | - |
| XYZ | 41.05 | 35.73 | 56.96 | - |
| YUV | 165.13 | 145.42 | 143.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 148 | 196 | 0.05 | 0.24 | 0 | 0.23 | 288.75 | 0.29 | 0.67 |
| Hex | BB | 94 | C4 | 5 | 18 | 0 | 17 | 121 | 1D | 43 |
| Octal | 273 | 224 | 304 | 5 | 30 | 0 | 27 | 441 | 35 | 103 |
| Binary | 10111011 | 10010100 | 11000100 | 101 | 11000 | 0 | 10111 | 100100001 | 11101 | 1000011 |
Color Harmonies of #BB94C4
Complementary color
Monochromatic Colors of #BB94C4
Black with #BB94C4
Text Example
Text Example
White with #BB94C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB94C4; }
p { color: rgb(187,148,196); }
H1.HeaderClassName
{
color: #BB94C4;
}
.AnyTagClassName
{
color: #BB94C4;
}
</style>
background-color css
<style>
a { background-color: #BB94C4; }
a { background-color: rgb(187,148,196); }
div.DivClassName
{
background-color: #BB94C4;
}
.BgClassName
{
background-color: #BB94C4;
}
</style>
border-color css
<style>
span { border-color: #BB94C4; }
span { border-color: rgb(187,148,196); }
td.TdClassName
{
border-color: #BB94C4;
}
.TagClassName
{
border-color: #BB94C4;
}
</style>