Shades of Lilac #BB95BD
Tints of Lilac #BB95BD
RGB
CMYK
RGB Variations
Color information
#BB95BD (or 0xBB95BD) is known color: Lilac. HEX triplet: BB, 95 and BD. RGB value is (187,149,189). Sum of RGB (Red+Green+Blue) = 187+149+189=525 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.62% from 525); Green value is 149 (58.59% from 255 or 28.38% from 525); Blue value is 189 (74.22% from 255 or 36% from 525); Max value from RGB is 189 - color contains mainly: blue. Hex color #BB95BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB95BD is #446A42. Grayscale: #A4A4A4. Windows color (decimal): -4483651 or 12424635. OLE color: 12424635.
HSL color Cylindrical-coordinate representation of color #BB95BD: hue angle of 297º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BB95BD is Cyan = 0.01, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 149 | 189 | - |
| CMYK | 0.01 | 0.21 | 0 | 0.26 |
| HSL | 297º | 0.23% | 0.66% | - |
| HSV(B) | 297º | 0.21% | 0.74% | - |
| XYZ | 40.43 | 35.73 | 52.91 | - |
| YUV | 164.92 | 141.59 | 143.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 149 | 189 | 0.01 | 0.21 | 0 | 0.26 | 297 | 0.23 | 0.66 |
| Hex | BB | 95 | BD | 1 | 15 | 0 | 1A | 129 | 17 | 42 |
| Octal | 273 | 225 | 275 | 1 | 25 | 0 | 32 | 451 | 27 | 102 |
| Binary | 10111011 | 10010101 | 10111101 | 1 | 10101 | 0 | 11010 | 100101001 | 10111 | 1000010 |
Color Harmonies of #BB95BD
Complementary color
Monochromatic Colors of #BB95BD
Black with #BB95BD
Text Example
Text Example
White with #BB95BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB95BD; }
p { color: rgb(187,149,189); }
H1.HeaderClassName
{
color: #BB95BD;
}
.AnyTagClassName
{
color: #BB95BD;
}
</style>
background-color css
<style>
a { background-color: #BB95BD; }
a { background-color: rgb(187,149,189); }
div.DivClassName
{
background-color: #BB95BD;
}
.BgClassName
{
background-color: #BB95BD;
}
</style>
border-color css
<style>
span { border-color: #BB95BD; }
span { border-color: rgb(187,149,189); }
td.TdClassName
{
border-color: #BB95BD;
}
.TagClassName
{
border-color: #BB95BD;
}
</style>