Shades of Lilac #BC90C4
Tints of Lilac #BC90C4
RGB
CMYK
RGB Variations
Color information
#BC90C4 (or 0xBC90C4) is known color: Lilac. HEX triplet: BC, 90 and C4. RGB value is (188,144,196). Sum of RGB (Red+Green+Blue) = 188+144+196=528 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.61% from 528); Green value is 144 (56.64% from 255 or 27.27% from 528); Blue value is 196 (76.95% from 255 or 37.12% from 528); Max value from RGB is 196 - color contains mainly: blue. Hex color #BC90C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC90C4 is #436F3B. Grayscale: #A2A2A2. Windows color (decimal): -4419388 or 12882108. OLE color: 12882108.
HSL color Cylindrical-coordinate representation of color #BC90C4: hue angle of 290.77º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BC90C4 is Cyan = 0.04, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 188 | 144 | 196 | - |
| CMYK | 0.04 | 0.27 | 0 | 0.23 |
| HSL | 290.77º | 0.31% | 0.67% | - |
| HSV(B) | 290.77º | 0.27% | 0.77% | - |
| XYZ | 40.68 | 34.62 | 56.76 | - |
| YUV | 163.08 | 146.58 | 145.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 144 | 196 | 0.04 | 0.27 | 0 | 0.23 | 290.77 | 0.31 | 0.67 |
| Hex | BC | 90 | C4 | 4 | 1B | 0 | 17 | 123 | 1F | 43 |
| Octal | 274 | 220 | 304 | 4 | 33 | 0 | 27 | 443 | 37 | 103 |
| Binary | 10111100 | 10010000 | 11000100 | 100 | 11011 | 0 | 10111 | 100100011 | 11111 | 1000011 |
Color Harmonies of #BC90C4
Complementary color
Monochromatic Colors of #BC90C4
Black with #BC90C4
Text Example
Text Example
White with #BC90C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC90C4; }
p { color: rgb(188,144,196); }
H1.HeaderClassName
{
color: #BC90C4;
}
.AnyTagClassName
{
color: #BC90C4;
}
</style>
background-color css
<style>
a { background-color: #BC90C4; }
a { background-color: rgb(188,144,196); }
div.DivClassName
{
background-color: #BC90C4;
}
.BgClassName
{
background-color: #BC90C4;
}
</style>
border-color css
<style>
span { border-color: #BC90C4; }
span { border-color: rgb(188,144,196); }
td.TdClassName
{
border-color: #BC90C4;
}
.TagClassName
{
border-color: #BC90C4;
}
</style>