Shades of Lilac #BF9ABC
Tints of Lilac #BF9ABC
RGB
CMYK
RGB Variations
Color information
#BF9ABC (or 0xBF9ABC) is known color: Lilac. HEX triplet: BF, 9A and BC. RGB value is (191,154,188). Sum of RGB (Red+Green+Blue) = 191+154+188=533 (70% of max value = 765). Red value is 191 (75% from 255 or 35.83% from 533); Green value is 154 (60.55% from 255 or 28.89% from 533); Blue value is 188 (73.83% from 255 or 35.27% from 533); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9ABC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF9ABC is #406543. Grayscale: #A8A8A8. Windows color (decimal): -4220228 or 12360383. OLE color: 12360383.
HSL color Cylindrical-coordinate representation of color #BF9ABC: hue angle of 304.86º degrees, saturation: 0.22, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BF9ABC is Cyan = 0, Magento = 0.19, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 154 | 188 | - |
| CMYK | 0 | 0.19 | 0.02 | 0.25 |
| HSL | 304.86º | 0.22% | 0.68% | - |
| HSV(B) | 304.86º | 0.19% | 0.75% | - |
| XYZ | 42.12 | 37.82 | 52.66 | - |
| YUV | 168.94 | 138.76 | 143.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 154 | 188 | 0 | 0.19 | 0.02 | 0.25 | 304.86 | 0.22 | 0.68 |
| Hex | BF | 9A | BC | 0 | 13 | 2 | 19 | 131 | 16 | 44 |
| Octal | 277 | 232 | 274 | 0 | 23 | 2 | 31 | 461 | 26 | 104 |
| Binary | 10111111 | 10011010 | 10111100 | 0 | 10011 | 10 | 11001 | 100110001 | 10110 | 1000100 |
Color Harmonies of #BF9ABC
Complementary color
Monochromatic Colors of #BF9ABC
Black with #BF9ABC
Text Example
Text Example
White with #BF9ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF9ABC; }
p { color: rgb(191,154,188); }
H1.HeaderClassName
{
color: #BF9ABC;
}
.AnyTagClassName
{
color: #BF9ABC;
}
</style>
background-color css
<style>
a { background-color: #BF9ABC; }
a { background-color: rgb(191,154,188); }
div.DivClassName
{
background-color: #BF9ABC;
}
.BgClassName
{
background-color: #BF9ABC;
}
</style>
border-color css
<style>
span { border-color: #BF9ABC; }
span { border-color: rgb(191,154,188); }
td.TdClassName
{
border-color: #BF9ABC;
}
.TagClassName
{
border-color: #BF9ABC;
}
</style>