Shades of Lilac #BB95C1
Tints of Lilac #BB95C1
RGB
CMYK
RGB Variations
Color information
#BB95C1 (or 0xBB95C1) is known color: Lilac. HEX triplet: BB, 95 and C1. RGB value is (187,149,193). Sum of RGB (Red+Green+Blue) = 187+149+193=529 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.35% from 529); Green value is 149 (58.59% from 255 or 28.17% from 529); Blue value is 193 (75.78% from 255 or 36.48% from 529); Max value from RGB is 193 - color contains mainly: blue. Hex color #BB95C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB95C1 is #446A3E. Grayscale: #A5A5A5. Windows color (decimal): -4483647 or 12686779. OLE color: 12686779.
HSL color Cylindrical-coordinate representation of color #BB95C1: hue angle of 291.82º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BB95C1 is Cyan = 0.03, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 149 | 193 | - |
| CMYK | 0.03 | 0.23 | 0 | 0.24 |
| HSL | 291.82º | 0.26% | 0.67% | - |
| HSV(B) | 291.82º | 0.23% | 0.76% | - |
| XYZ | 40.87 | 35.91 | 55.23 | - |
| YUV | 165.38 | 143.59 | 143.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 149 | 193 | 0.03 | 0.23 | 0 | 0.24 | 291.82 | 0.26 | 0.67 |
| Hex | BB | 95 | C1 | 3 | 17 | 0 | 18 | 124 | 1A | 43 |
| Octal | 273 | 225 | 301 | 3 | 27 | 0 | 30 | 444 | 32 | 103 |
| Binary | 10111011 | 10010101 | 11000001 | 11 | 10111 | 0 | 11000 | 100100100 | 11010 | 1000011 |
Color Harmonies of #BB95C1
Complementary color
Monochromatic Colors of #BB95C1
Black with #BB95C1
Text Example
Text Example
White with #BB95C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB95C1; }
p { color: rgb(187,149,193); }
H1.HeaderClassName
{
color: #BB95C1;
}
.AnyTagClassName
{
color: #BB95C1;
}
</style>
background-color css
<style>
a { background-color: #BB95C1; }
a { background-color: rgb(187,149,193); }
div.DivClassName
{
background-color: #BB95C1;
}
.BgClassName
{
background-color: #BB95C1;
}
</style>
border-color css
<style>
span { border-color: #BB95C1; }
span { border-color: rgb(187,149,193); }
td.TdClassName
{
border-color: #BB95C1;
}
.TagClassName
{
border-color: #BB95C1;
}
</style>