Shades of Lilac #BD94C7
Tints of Lilac #BD94C7
RGB
CMYK
RGB Variations
Color information
#BD94C7 (or 0xBD94C7) is known color: Lilac. HEX triplet: BD, 94 and C7. RGB value is (189,148,199). Sum of RGB (Red+Green+Blue) = 189+148+199=536 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.26% from 536); Green value is 148 (58.20% from 255 or 27.61% from 536); Blue value is 199 (78.12% from 255 or 37.13% from 536); Max value from RGB is 199 - color contains mainly: blue. Hex color #BD94C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD94C7 is #426B38. Grayscale: #A5A5A5. Windows color (decimal): -4352825 or 13079741. OLE color: 13079741.
HSL color Cylindrical-coordinate representation of color #BD94C7: hue angle of 288.24º degrees, saturation: 0.31, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BD94C7 is Cyan = 0.05, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 148 | 199 | - |
| CMYK | 0.05 | 0.26 | 0 | 0.22 |
| HSL | 288.24º | 0.31% | 0.68% | - |
| HSV(B) | 288.24º | 0.26% | 0.78% | - |
| XYZ | 41.88 | 36.12 | 58.8 | - |
| YUV | 166.07 | 146.58 | 144.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 148 | 199 | 0.05 | 0.26 | 0 | 0.22 | 288.24 | 0.31 | 0.68 |
| Hex | BD | 94 | C7 | 5 | 1A | 0 | 16 | 120 | 1F | 44 |
| Octal | 275 | 224 | 307 | 5 | 32 | 0 | 26 | 440 | 37 | 104 |
| Binary | 10111101 | 10010100 | 11000111 | 101 | 11010 | 0 | 10110 | 100100000 | 11111 | 1000100 |
Color Harmonies of #BD94C7
Complementary color
Monochromatic Colors of #BD94C7
Black with #BD94C7
Text Example
Text Example
White with #BD94C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD94C7; }
p { color: rgb(189,148,199); }
H1.HeaderClassName
{
color: #BD94C7;
}
.AnyTagClassName
{
color: #BD94C7;
}
</style>
background-color css
<style>
a { background-color: #BD94C7; }
a { background-color: rgb(189,148,199); }
div.DivClassName
{
background-color: #BD94C7;
}
.BgClassName
{
background-color: #BD94C7;
}
</style>
border-color css
<style>
span { border-color: #BD94C7; }
span { border-color: rgb(189,148,199); }
td.TdClassName
{
border-color: #BD94C7;
}
.TagClassName
{
border-color: #BD94C7;
}
</style>