Shades of Lilac #BC99BB
Tints of Lilac #BC99BB
RGB
CMYK
RGB Variations
Color information
#BC99BB (or 0xBC99BB) is known color: Lilac. HEX triplet: BC, 99 and BB. RGB value is (188,153,187). Sum of RGB (Red+Green+Blue) = 188+153+187=528 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.61% from 528); Green value is 153 (60.16% from 255 or 28.98% from 528); Blue value is 187 (73.44% from 255 or 35.42% from 528); Max value from RGB is 188 - color contains mainly: red. Hex color #BC99BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC99BB is #436644. Grayscale: #A7A7A7. Windows color (decimal): -4417093 or 12294588. OLE color: 12294588.
HSL color Cylindrical-coordinate representation of color #BC99BB: hue angle of 301.71º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BC99BB is Cyan = 0, Magento = 0.19, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 153 | 187 | - |
| CMYK | 0 | 0.19 | 0.01 | 0.26 |
| HSL | 301.71º | 0.21% | 0.67% | - |
| HSV(B) | 301.71º | 0.19% | 0.74% | - |
| XYZ | 41.1 | 37.06 | 52 | - |
| YUV | 167.34 | 139.1 | 142.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 153 | 187 | 0 | 0.19 | 0.01 | 0.26 | 301.71 | 0.21 | 0.67 |
| Hex | BC | 99 | BB | 0 | 13 | 1 | 1A | 12E | 15 | 43 |
| Octal | 274 | 231 | 273 | 0 | 23 | 1 | 32 | 456 | 25 | 103 |
| Binary | 10111100 | 10011001 | 10111011 | 0 | 10011 | 1 | 11010 | 100101110 | 10101 | 1000011 |
Color Harmonies of #BC99BB
Complementary color
Monochromatic Colors of #BC99BB
Black with #BC99BB
Text Example
Text Example
White with #BC99BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC99BB; }
p { color: rgb(188,153,187); }
H1.HeaderClassName
{
color: #BC99BB;
}
.AnyTagClassName
{
color: #BC99BB;
}
</style>
background-color css
<style>
a { background-color: #BC99BB; }
a { background-color: rgb(188,153,187); }
div.DivClassName
{
background-color: #BC99BB;
}
.BgClassName
{
background-color: #BC99BB;
}
</style>
border-color css
<style>
span { border-color: #BC99BB; }
span { border-color: rgb(188,153,187); }
td.TdClassName
{
border-color: #BC99BB;
}
.TagClassName
{
border-color: #BC99BB;
}
</style>