Shades of Lilac #BD99C4
Tints of Lilac #BD99C4
RGB
CMYK
RGB Variations
Color information
#BD99C4 (or 0xBD99C4) is known color: Lilac. HEX triplet: BD, 99 and C4. RGB value is (189,153,196). Sum of RGB (Red+Green+Blue) = 189+153+196=538 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.13% from 538); Green value is 153 (60.16% from 255 or 28.44% from 538); Blue value is 196 (76.95% from 255 or 36.43% from 538); Max value from RGB is 196 - color contains mainly: blue. Hex color #BD99C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD99C4 is #42663B. Grayscale: #A8A8A8. Windows color (decimal): -4351548 or 12884413. OLE color: 12884413.
HSL color Cylindrical-coordinate representation of color #BD99C4: hue angle of 290.23º 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 #BD99C4 is Cyan = 0.04, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 189 | 153 | 196 | - |
| CMYK | 0.04 | 0.22 | 0 | 0.23 |
| HSL | 290.23º | 0.27% | 0.68% | - |
| HSV(B) | 290.23º | 0.22% | 0.77% | - |
| XYZ | 42.34 | 37.59 | 57.25 | - |
| YUV | 168.67 | 143.43 | 142.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 153 | 196 | 0.04 | 0.22 | 0 | 0.23 | 290.23 | 0.27 | 0.68 |
| Hex | BD | 99 | C4 | 4 | 16 | 0 | 17 | 122 | 1B | 44 |
| Octal | 275 | 231 | 304 | 4 | 26 | 0 | 27 | 442 | 33 | 104 |
| Binary | 10111101 | 10011001 | 11000100 | 100 | 10110 | 0 | 10111 | 100100010 | 11011 | 1000100 |
Color Harmonies of #BD99C4
Complementary color
Monochromatic Colors of #BD99C4
Black with #BD99C4
Text Example
Text Example
White with #BD99C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD99C4; }
p { color: rgb(189,153,196); }
H1.HeaderClassName
{
color: #BD99C4;
}
.AnyTagClassName
{
color: #BD99C4;
}
</style>
background-color css
<style>
a { background-color: #BD99C4; }
a { background-color: rgb(189,153,196); }
div.DivClassName
{
background-color: #BD99C4;
}
.BgClassName
{
background-color: #BD99C4;
}
</style>
border-color css
<style>
span { border-color: #BD99C4; }
span { border-color: rgb(189,153,196); }
td.TdClassName
{
border-color: #BD99C4;
}
.TagClassName
{
border-color: #BD99C4;
}
</style>