Shades of Lilac #BD99C2
Tints of Lilac #BD99C2
RGB
CMYK
RGB Variations
Color information
#BD99C2 (or 0xBD99C2) is known color: Lilac. HEX triplet: BD, 99 and C2. RGB value is (189,153,194). Sum of RGB (Red+Green+Blue) = 189+153+194=536 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.26% from 536); Green value is 153 (60.16% from 255 or 28.54% from 536); Blue value is 194 (76.17% from 255 or 36.19% from 536); Max value from RGB is 194 - color contains mainly: blue. Hex color #BD99C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD99C2 is #42663D. Grayscale: #A8A8A8. Windows color (decimal): -4351550 or 12753341. OLE color: 12753341.
HSL color Cylindrical-coordinate representation of color #BD99C2: hue angle of 292.68º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BD99C2 is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 153 | 194 | - |
| CMYK | 0.03 | 0.21 | 0 | 0.24 |
| HSL | 292.68º | 0.25% | 0.68% | - |
| HSV(B) | 292.68º | 0.21% | 0.76% | - |
| XYZ | 42.12 | 37.5 | 56.06 | - |
| YUV | 168.44 | 142.43 | 142.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 153 | 194 | 0.03 | 0.21 | 0 | 0.24 | 292.68 | 0.25 | 0.68 |
| Hex | BD | 99 | C2 | 3 | 15 | 0 | 18 | 125 | 19 | 44 |
| Octal | 275 | 231 | 302 | 3 | 25 | 0 | 30 | 445 | 31 | 104 |
| Binary | 10111101 | 10011001 | 11000010 | 11 | 10101 | 0 | 11000 | 100100101 | 11001 | 1000100 |
Color Harmonies of #BD99C2
Complementary color
Monochromatic Colors of #BD99C2
Black with #BD99C2
Text Example
Text Example
White with #BD99C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD99C2; }
p { color: rgb(189,153,194); }
H1.HeaderClassName
{
color: #BD99C2;
}
.AnyTagClassName
{
color: #BD99C2;
}
</style>
background-color css
<style>
a { background-color: #BD99C2; }
a { background-color: rgb(189,153,194); }
div.DivClassName
{
background-color: #BD99C2;
}
.BgClassName
{
background-color: #BD99C2;
}
</style>
border-color css
<style>
span { border-color: #BD99C2; }
span { border-color: rgb(189,153,194); }
td.TdClassName
{
border-color: #BD99C2;
}
.TagClassName
{
border-color: #BD99C2;
}
</style>