Shades of Lilac #BF8AC5
Tints of Lilac #BF8AC5
RGB
CMYK
RGB Variations
Color information
#BF8AC5 (or 0xBF8AC5) is known color: Lilac. HEX triplet: BF, 8A and C5. RGB value is (191,138,197). Sum of RGB (Red+Green+Blue) = 191+138+197=526 (69% of max value = 765). Red value is 191 (75% from 255 or 36.31% from 526); Green value is 138 (54.30% from 255 or 26.24% from 526); Blue value is 197 (77.34% from 255 or 37.45% from 526); Max value from RGB is 197 - color contains mainly: blue. Hex color #BF8AC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF8AC5 is #40753A. Grayscale: #A0A0A0. Windows color (decimal): -4224315 or 12946111. OLE color: 12946111.
HSL color Cylindrical-coordinate representation of color #BF8AC5: hue angle of 293.9º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BF8AC5 is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 191 | 138 | 197 | - |
| CMYK | 0.03 | 0.30 | 0 | 0.23 |
| HSL | 293.9º | 0.34% | 0.66% | - |
| HSV(B) | 293.9º | 0.3% | 0.77% | - |
| XYZ | 40.65 | 33.28 | 57.11 | - |
| YUV | 160.57 | 148.56 | 149.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 138 | 197 | 0.03 | 0.30 | 0 | 0.23 | 293.9 | 0.34 | 0.66 |
| Hex | BF | 8A | C5 | 3 | 1E | 0 | 17 | 126 | 22 | 42 |
| Octal | 277 | 212 | 305 | 3 | 36 | 0 | 27 | 446 | 42 | 102 |
| Binary | 10111111 | 10001010 | 11000101 | 11 | 11110 | 0 | 10111 | 100100110 | 100010 | 1000010 |
Color Harmonies of #BF8AC5
Complementary color
Monochromatic Colors of #BF8AC5
Black with #BF8AC5
Text Example
Text Example
White with #BF8AC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8AC5; }
p { color: rgb(191,138,197); }
H1.HeaderClassName
{
color: #BF8AC5;
}
.AnyTagClassName
{
color: #BF8AC5;
}
</style>
background-color css
<style>
a { background-color: #BF8AC5; }
a { background-color: rgb(191,138,197); }
div.DivClassName
{
background-color: #BF8AC5;
}
.BgClassName
{
background-color: #BF8AC5;
}
</style>
border-color css
<style>
span { border-color: #BF8AC5; }
span { border-color: rgb(191,138,197); }
td.TdClassName
{
border-color: #BF8AC5;
}
.TagClassName
{
border-color: #BF8AC5;
}
</style>