Shades of Lilac #BD99BA
Tints of Lilac #BD99BA
RGB
CMYK
RGB Variations
Color information
#BD99BA (or 0xBD99BA) is known color: Lilac. HEX triplet: BD, 99 and BA. RGB value is (189,153,186). Sum of RGB (Red+Green+Blue) = 189+153+186=528 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.80% from 528); Green value is 153 (60.16% from 255 or 28.98% from 528); Blue value is 186 (73.05% from 255 or 35.23% from 528); Max value from RGB is 189 - color contains mainly: red. Hex color #BD99BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD99BA is #426645. Grayscale: #A7A7A7. Windows color (decimal): -4351558 or 12229053. OLE color: 12229053.
HSL color Cylindrical-coordinate representation of color #BD99BA: hue angle of 305º 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 #BD99BA is Cyan = 0, Magento = 0.19, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 153 | 186 | - |
| CMYK | 0 | 0.19 | 0.02 | 0.26 |
| HSL | 305º | 0.21% | 0.67% | - |
| HSV(B) | 305º | 0.19% | 0.74% | - |
| XYZ | 41.24 | 37.15 | 51.45 | - |
| YUV | 167.53 | 138.43 | 143.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 153 | 186 | 0 | 0.19 | 0.02 | 0.26 | 305 | 0.21 | 0.67 |
| Hex | BD | 99 | BA | 0 | 13 | 2 | 1A | 131 | 15 | 43 |
| Octal | 275 | 231 | 272 | 0 | 23 | 2 | 32 | 461 | 25 | 103 |
| Binary | 10111101 | 10011001 | 10111010 | 0 | 10011 | 10 | 11010 | 100110001 | 10101 | 1000011 |
Color Harmonies of #BD99BA
Complementary color
Monochromatic Colors of #BD99BA
Black with #BD99BA
Text Example
Text Example
White with #BD99BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD99BA; }
p { color: rgb(189,153,186); }
H1.HeaderClassName
{
color: #BD99BA;
}
.AnyTagClassName
{
color: #BD99BA;
}
</style>
background-color css
<style>
a { background-color: #BD99BA; }
a { background-color: rgb(189,153,186); }
div.DivClassName
{
background-color: #BD99BA;
}
.BgClassName
{
background-color: #BD99BA;
}
</style>
border-color css
<style>
span { border-color: #BD99BA; }
span { border-color: rgb(189,153,186); }
td.TdClassName
{
border-color: #BD99BA;
}
.TagClassName
{
border-color: #BD99BA;
}
</style>