Shades of Lilac #BD99BC
Tints of Lilac #BD99BC
RGB
CMYK
RGB Variations
Color information
#BD99BC (or 0xBD99BC) is known color: Lilac. HEX triplet: BD, 99 and BC. RGB value is (189,153,188). Sum of RGB (Red+Green+Blue) = 189+153+188=530 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.66% from 530); Green value is 153 (60.16% from 255 or 28.87% from 530); Blue value is 188 (73.83% from 255 or 35.47% from 530); Max value from RGB is 189 - color contains mainly: red. Hex color #BD99BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD99BC is #426643. Grayscale: #A7A7A7. Windows color (decimal): -4351556 or 12360125. OLE color: 12360125.
HSL color Cylindrical-coordinate representation of color #BD99BC: hue angle of 301.67º 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 #BD99BC is Cyan = 0, Magento = 0.19, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 153 | 188 | - |
| CMYK | 0 | 0.19 | 0.01 | 0.26 |
| HSL | 301.67º | 0.21% | 0.67% | - |
| HSV(B) | 301.67º | 0.19% | 0.74% | - |
| XYZ | 41.45 | 37.23 | 52.58 | - |
| YUV | 167.75 | 139.43 | 143.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 153 | 188 | 0 | 0.19 | 0.01 | 0.26 | 301.67 | 0.21 | 0.67 |
| Hex | BD | 99 | BC | 0 | 13 | 1 | 1A | 12E | 15 | 43 |
| Octal | 275 | 231 | 274 | 0 | 23 | 1 | 32 | 456 | 25 | 103 |
| Binary | 10111101 | 10011001 | 10111100 | 0 | 10011 | 1 | 11010 | 100101110 | 10101 | 1000011 |
Color Harmonies of #BD99BC
Complementary color
Monochromatic Colors of #BD99BC
Black with #BD99BC
Text Example
Text Example
White with #BD99BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD99BC; }
p { color: rgb(189,153,188); }
H1.HeaderClassName
{
color: #BD99BC;
}
.AnyTagClassName
{
color: #BD99BC;
}
</style>
background-color css
<style>
a { background-color: #BD99BC; }
a { background-color: rgb(189,153,188); }
div.DivClassName
{
background-color: #BD99BC;
}
.BgClassName
{
background-color: #BD99BC;
}
</style>
border-color css
<style>
span { border-color: #BD99BC; }
span { border-color: rgb(189,153,188); }
td.TdClassName
{
border-color: #BD99BC;
}
.TagClassName
{
border-color: #BD99BC;
}
</style>