Shades of Lilac #BFA0C2
Tints of Lilac #BFA0C2
RGB
CMYK
RGB Variations
Color information
#BFA0C2 (or 0xBFA0C2) is known color: Lilac. HEX triplet: BF, A0 and C2. RGB value is (191,160,194). Sum of RGB (Red+Green+Blue) = 191+160+194=545 (72% of max value = 765). Red value is 191 (75% from 255 or 35.05% from 545); Green value is 160 (62.89% from 255 or 29.36% from 545); Blue value is 194 (76.17% from 255 or 35.60% from 545); Max value from RGB is 194 - color contains mainly: blue. Hex color #BFA0C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA0C2 is #405F3D. Grayscale: #ADADAD. Windows color (decimal): -4218686 or 12755135. OLE color: 12755135.
HSL color Cylindrical-coordinate representation of color #BFA0C2: hue angle of 294.71º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BFA0C2 is Cyan = 0.02, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 160 | 194 | - |
| CMYK | 0.02 | 0.18 | 0 | 0.24 |
| HSL | 294.71º | 0.22% | 0.69% | - |
| HSV(B) | 294.71º | 0.18% | 0.76% | - |
| XYZ | 43.79 | 40.11 | 56.47 | - |
| YUV | 173.15 | 139.77 | 140.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 160 | 194 | 0.02 | 0.18 | 0 | 0.24 | 294.71 | 0.22 | 0.69 |
| Hex | BF | A0 | C2 | 2 | 12 | 0 | 18 | 127 | 16 | 45 |
| Octal | 277 | 240 | 302 | 2 | 22 | 0 | 30 | 447 | 26 | 105 |
| Binary | 10111111 | 10100000 | 11000010 | 10 | 10010 | 0 | 11000 | 100100111 | 10110 | 1000101 |
Color Harmonies of #BFA0C2
Complementary color
Monochromatic Colors of #BFA0C2
Black with #BFA0C2
Text Example
Text Example
White with #BFA0C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA0C2; }
p { color: rgb(191,160,194); }
H1.HeaderClassName
{
color: #BFA0C2;
}
.AnyTagClassName
{
color: #BFA0C2;
}
</style>
background-color css
<style>
a { background-color: #BFA0C2; }
a { background-color: rgb(191,160,194); }
div.DivClassName
{
background-color: #BFA0C2;
}
.BgClassName
{
background-color: #BFA0C2;
}
</style>
border-color css
<style>
span { border-color: #BFA0C2; }
span { border-color: rgb(191,160,194); }
td.TdClassName
{
border-color: #BFA0C2;
}
.TagClassName
{
border-color: #BFA0C2;
}
</style>