Shades of Lilac #BD98C4
Tints of Lilac #BD98C4
RGB
CMYK
RGB Variations
Color information
#BD98C4 (or 0xBD98C4) is known color: Lilac. HEX triplet: BD, 98 and C4. RGB value is (189,152,196). Sum of RGB (Red+Green+Blue) = 189+152+196=537 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.20% from 537); Green value is 152 (59.77% from 255 or 28.31% from 537); Blue value is 196 (76.95% from 255 or 36.50% from 537); Max value from RGB is 196 - color contains mainly: blue. Hex color #BD98C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD98C4 is #42673B. Grayscale: #A7A7A7. Windows color (decimal): -4351804 or 12884157. OLE color: 12884157.
HSL color Cylindrical-coordinate representation of color #BD98C4: hue angle of 290.45º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BD98C4 is Cyan = 0.04, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 189 | 152 | 196 | - |
| CMYK | 0.04 | 0.22 | 0 | 0.23 |
| HSL | 290.45º | 0.27% | 0.68% | - |
| HSV(B) | 290.45º | 0.22% | 0.77% | - |
| XYZ | 42.18 | 37.26 | 57.19 | - |
| YUV | 168.08 | 143.76 | 142.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 152 | 196 | 0.04 | 0.22 | 0 | 0.23 | 290.45 | 0.27 | 0.68 |
| Hex | BD | 98 | C4 | 4 | 16 | 0 | 17 | 122 | 1B | 44 |
| Octal | 275 | 230 | 304 | 4 | 26 | 0 | 27 | 442 | 33 | 104 |
| Binary | 10111101 | 10011000 | 11000100 | 100 | 10110 | 0 | 10111 | 100100010 | 11011 | 1000100 |
Color Harmonies of #BD98C4
Complementary color
Monochromatic Colors of #BD98C4
Black with #BD98C4
Text Example
Text Example
White with #BD98C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD98C4; }
p { color: rgb(189,152,196); }
H1.HeaderClassName
{
color: #BD98C4;
}
.AnyTagClassName
{
color: #BD98C4;
}
</style>
background-color css
<style>
a { background-color: #BD98C4; }
a { background-color: rgb(189,152,196); }
div.DivClassName
{
background-color: #BD98C4;
}
.BgClassName
{
background-color: #BD98C4;
}
</style>
border-color css
<style>
span { border-color: #BD98C4; }
span { border-color: rgb(189,152,196); }
td.TdClassName
{
border-color: #BD98C4;
}
.TagClassName
{
border-color: #BD98C4;
}
</style>