Shades of Lilac #BC99BF
Tints of Lilac #BC99BF
RGB
CMYK
RGB Variations
Color information
#BC99BF (or 0xBC99BF) is known color: Lilac. HEX triplet: BC, 99 and BF. RGB value is (188,153,191). Sum of RGB (Red+Green+Blue) = 188+153+191=532 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.34% from 532); Green value is 153 (60.16% from 255 or 28.76% from 532); Blue value is 191 (75% from 255 or 35.90% from 532); Max value from RGB is 191 - color contains mainly: blue. Hex color #BC99BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC99BF is #436640. Grayscale: #A7A7A7. Windows color (decimal): -4417089 or 12556732. OLE color: 12556732.
HSL color Cylindrical-coordinate representation of color #BC99BF: hue angle of 295.26º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BC99BF is Cyan = 0.02, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 153 | 191 | - |
| CMYK | 0.02 | 0.20 | 0 | 0.25 |
| HSL | 295.26º | 0.23% | 0.67% | - |
| HSV(B) | 295.26º | 0.2% | 0.75% | - |
| XYZ | 41.53 | 37.24 | 54.29 | - |
| YUV | 167.8 | 141.1 | 142.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 153 | 191 | 0.02 | 0.20 | 0 | 0.25 | 295.26 | 0.23 | 0.67 |
| Hex | BC | 99 | BF | 2 | 14 | 0 | 19 | 127 | 17 | 43 |
| Octal | 274 | 231 | 277 | 2 | 24 | 0 | 31 | 447 | 27 | 103 |
| Binary | 10111100 | 10011001 | 10111111 | 10 | 10100 | 0 | 11001 | 100100111 | 10111 | 1000011 |
Color Harmonies of #BC99BF
Complementary color
Monochromatic Colors of #BC99BF
Black with #BC99BF
Text Example
Text Example
White with #BC99BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC99BF; }
p { color: rgb(188,153,191); }
H1.HeaderClassName
{
color: #BC99BF;
}
.AnyTagClassName
{
color: #BC99BF;
}
</style>
background-color css
<style>
a { background-color: #BC99BF; }
a { background-color: rgb(188,153,191); }
div.DivClassName
{
background-color: #BC99BF;
}
.BgClassName
{
background-color: #BC99BF;
}
</style>
border-color css
<style>
span { border-color: #BC99BF; }
span { border-color: rgb(188,153,191); }
td.TdClassName
{
border-color: #BC99BF;
}
.TagClassName
{
border-color: #BC99BF;
}
</style>