Shades of Lilac #BF90BE
Tints of Lilac #BF90BE
RGB
CMYK
RGB Variations
Color information
#BF90BE (or 0xBF90BE) is known color: Lilac. HEX triplet: BF, 90 and BE. RGB value is (191,144,190). Sum of RGB (Red+Green+Blue) = 191+144+190=525 (69% of max value = 765). Red value is 191 (75% from 255 or 36.38% from 525); Green value is 144 (56.64% from 255 or 27.43% from 525); Blue value is 190 (74.61% from 255 or 36.19% from 525); Max value from RGB is 191 - color contains mainly: red. Hex color #BF90BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF90BE is #406F41. Grayscale: #A3A3A3. Windows color (decimal): -4222786 or 12488895. OLE color: 12488895.
HSL color Cylindrical-coordinate representation of color #BF90BE: hue angle of 301.28º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BF90BE is Cyan = 0, Magento = 0.25, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 144 | 190 | - |
| CMYK | 0 | 0.25 | 0.01 | 0.25 |
| HSL | 301.28º | 0.27% | 0.66% | - |
| HSV(B) | 301.28º | 0.25% | 0.75% | - |
| XYZ | 40.75 | 34.74 | 53.27 | - |
| YUV | 163.3 | 143.07 | 147.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 144 | 190 | 0 | 0.25 | 0.01 | 0.25 | 301.28 | 0.27 | 0.66 |
| Hex | BF | 90 | BE | 0 | 19 | 1 | 19 | 12D | 1B | 42 |
| Octal | 277 | 220 | 276 | 0 | 31 | 1 | 31 | 455 | 33 | 102 |
| Binary | 10111111 | 10010000 | 10111110 | 0 | 11001 | 1 | 11001 | 100101101 | 11011 | 1000010 |
Color Harmonies of #BF90BE
Complementary color
Monochromatic Colors of #BF90BE
Black with #BF90BE
Text Example
Text Example
White with #BF90BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF90BE; }
p { color: rgb(191,144,190); }
H1.HeaderClassName
{
color: #BF90BE;
}
.AnyTagClassName
{
color: #BF90BE;
}
</style>
background-color css
<style>
a { background-color: #BF90BE; }
a { background-color: rgb(191,144,190); }
div.DivClassName
{
background-color: #BF90BE;
}
.BgClassName
{
background-color: #BF90BE;
}
</style>
border-color css
<style>
span { border-color: #BF90BE; }
span { border-color: rgb(191,144,190); }
td.TdClassName
{
border-color: #BF90BE;
}
.TagClassName
{
border-color: #BF90BE;
}
</style>