Shades of Lilac #BB95C2
Tints of Lilac #BB95C2
RGB
CMYK
RGB Variations
Color information
#BB95C2 (or 0xBB95C2) is known color: Lilac. HEX triplet: BB, 95 and C2. RGB value is (187,149,194). Sum of RGB (Red+Green+Blue) = 187+149+194=530 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.28% from 530); Green value is 149 (58.59% from 255 or 28.11% from 530); Blue value is 194 (76.17% from 255 or 36.60% from 530); Max value from RGB is 194 - color contains mainly: blue. Hex color #BB95C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB95C2 is #446A3D. Grayscale: #A5A5A5. Windows color (decimal): -4483646 or 12752315. OLE color: 12752315.
HSL color Cylindrical-coordinate representation of color #BB95C2: hue angle of 290.67º degrees, saturation: 0.27, 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 #BB95C2 is Cyan = 0.04, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 149 | 194 | - |
| CMYK | 0.04 | 0.23 | 0 | 0.24 |
| HSL | 290.67º | 0.27% | 0.67% | - |
| HSV(B) | 290.67º | 0.23% | 0.76% | - |
| XYZ | 40.98 | 35.95 | 55.82 | - |
| YUV | 165.49 | 144.09 | 143.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 149 | 194 | 0.04 | 0.23 | 0 | 0.24 | 290.67 | 0.27 | 0.67 |
| Hex | BB | 95 | C2 | 4 | 17 | 0 | 18 | 123 | 1B | 43 |
| Octal | 273 | 225 | 302 | 4 | 27 | 0 | 30 | 443 | 33 | 103 |
| Binary | 10111011 | 10010101 | 11000010 | 100 | 10111 | 0 | 11000 | 100100011 | 11011 | 1000011 |
Color Harmonies of #BB95C2
Complementary color
Monochromatic Colors of #BB95C2
Black with #BB95C2
Text Example
Text Example
White with #BB95C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB95C2; }
p { color: rgb(187,149,194); }
H1.HeaderClassName
{
color: #BB95C2;
}
.AnyTagClassName
{
color: #BB95C2;
}
</style>
background-color css
<style>
a { background-color: #BB95C2; }
a { background-color: rgb(187,149,194); }
div.DivClassName
{
background-color: #BB95C2;
}
.BgClassName
{
background-color: #BB95C2;
}
</style>
border-color css
<style>
span { border-color: #BB95C2; }
span { border-color: rgb(187,149,194); }
td.TdClassName
{
border-color: #BB95C2;
}
.TagClassName
{
border-color: #BB95C2;
}
</style>