Shades of Lilac #BC9BBE
Tints of Lilac #BC9BBE
RGB
CMYK
RGB Variations
Color information
#BC9BBE (or 0xBC9BBE) is known color: Lilac. HEX triplet: BC, 9B and BE. RGB value is (188,155,190). Sum of RGB (Red+Green+Blue) = 188+155+190=533 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.27% from 533); Green value is 155 (60.94% from 255 or 29.08% from 533); Blue value is 190 (74.61% from 255 or 35.65% from 533); Max value from RGB is 190 - color contains mainly: blue. Hex color #BC9BBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC9BBE is #436441. Grayscale: #A8A8A8. Windows color (decimal): -4416578 or 12491708. OLE color: 12491708.
HSL color Cylindrical-coordinate representation of color #BC9BBE: hue angle of 296.57º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BC9BBE is Cyan = 0.01, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 155 | 190 | - |
| CMYK | 0.01 | 0.18 | 0 | 0.25 |
| HSL | 296.57º | 0.21% | 0.68% | - |
| HSV(B) | 296.57º | 0.18% | 0.75% | - |
| XYZ | 41.75 | 37.85 | 53.82 | - |
| YUV | 168.86 | 139.93 | 141.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 155 | 190 | 0.01 | 0.18 | 0 | 0.25 | 296.57 | 0.21 | 0.68 |
| Hex | BC | 9B | BE | 1 | 12 | 0 | 19 | 129 | 15 | 44 |
| Octal | 274 | 233 | 276 | 1 | 22 | 0 | 31 | 451 | 25 | 104 |
| Binary | 10111100 | 10011011 | 10111110 | 1 | 10010 | 0 | 11001 | 100101001 | 10101 | 1000100 |
Color Harmonies of #BC9BBE
Complementary color
Monochromatic Colors of #BC9BBE
Black with #BC9BBE
Text Example
Text Example
White with #BC9BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9BBE; }
p { color: rgb(188,155,190); }
H1.HeaderClassName
{
color: #BC9BBE;
}
.AnyTagClassName
{
color: #BC9BBE;
}
</style>
background-color css
<style>
a { background-color: #BC9BBE; }
a { background-color: rgb(188,155,190); }
div.DivClassName
{
background-color: #BC9BBE;
}
.BgClassName
{
background-color: #BC9BBE;
}
</style>
border-color css
<style>
span { border-color: #BC9BBE; }
span { border-color: rgb(188,155,190); }
td.TdClassName
{
border-color: #BC9BBE;
}
.TagClassName
{
border-color: #BC9BBE;
}
</style>