Shades of Lilac #BF90C5
Tints of Lilac #BF90C5
RGB
CMYK
RGB Variations
Color information
#BF90C5 (or 0xBF90C5) is known color: Lilac. HEX triplet: BF, 90 and C5. RGB value is (191,144,197). Sum of RGB (Red+Green+Blue) = 191+144+197=532 (70% of max value = 765). Red value is 191 (75% from 255 or 35.90% from 532); Green value is 144 (56.64% from 255 or 27.07% from 532); Blue value is 197 (77.34% from 255 or 37.03% from 532); Max value from RGB is 197 - color contains mainly: blue. Hex color #BF90C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF90C5 is #406F3A. Grayscale: #A3A3A3. Windows color (decimal): -4222779 or 12947647. OLE color: 12947647.
HSL color Cylindrical-coordinate representation of color #BF90C5: hue angle of 293.21º 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 #BF90C5 is Cyan = 0.03, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 191 | 144 | 197 | - |
| CMYK | 0.03 | 0.27 | 0 | 0.23 |
| HSL | 293.21º | 0.31% | 0.67% | - |
| HSV(B) | 293.21º | 0.27% | 0.77% | - |
| XYZ | 41.54 | 35.05 | 57.4 | - |
| YUV | 164.1 | 146.57 | 147.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 144 | 197 | 0.03 | 0.27 | 0 | 0.23 | 293.21 | 0.31 | 0.67 |
| Hex | BF | 90 | C5 | 3 | 1B | 0 | 17 | 125 | 1F | 43 |
| Octal | 277 | 220 | 305 | 3 | 33 | 0 | 27 | 445 | 37 | 103 |
| Binary | 10111111 | 10010000 | 11000101 | 11 | 11011 | 0 | 10111 | 100100101 | 11111 | 1000011 |
Color Harmonies of #BF90C5
Complementary color
Monochromatic Colors of #BF90C5
Black with #BF90C5
Text Example
Text Example
White with #BF90C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF90C5; }
p { color: rgb(191,144,197); }
H1.HeaderClassName
{
color: #BF90C5;
}
.AnyTagClassName
{
color: #BF90C5;
}
</style>
background-color css
<style>
a { background-color: #BF90C5; }
a { background-color: rgb(191,144,197); }
div.DivClassName
{
background-color: #BF90C5;
}
.BgClassName
{
background-color: #BF90C5;
}
</style>
border-color css
<style>
span { border-color: #BF90C5; }
span { border-color: rgb(191,144,197); }
td.TdClassName
{
border-color: #BF90C5;
}
.TagClassName
{
border-color: #BF90C5;
}
</style>