Shades of Lilac #BF99C5
Tints of Lilac #BF99C5
RGB
CMYK
RGB Variations
Color information
#BF99C5 (or 0xBF99C5) is known color: Lilac. HEX triplet: BF, 99 and C5. RGB value is (191,153,197). Sum of RGB (Red+Green+Blue) = 191+153+197=541 (71% of max value = 765). Red value is 191 (75% from 255 or 35.30% from 541); Green value is 153 (60.16% from 255 or 28.28% from 541); Blue value is 197 (77.34% from 255 or 36.41% from 541); Max value from RGB is 197 - color contains mainly: blue. Hex color #BF99C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF99C5 is #40663A. Grayscale: #A9A9A9. Windows color (decimal): -4220475 or 12949951. OLE color: 12949951.
HSL color Cylindrical-coordinate representation of color #BF99C5: hue angle of 291.82º degrees, saturation: 0.28, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BF99C5 is Cyan = 0.03, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 191 | 153 | 197 | - |
| CMYK | 0.03 | 0.22 | 0 | 0.23 |
| HSL | 291.82º | 0.28% | 0.69% | - |
| HSV(B) | 291.82º | 0.22% | 0.77% | - |
| XYZ | 42.96 | 37.89 | 57.87 | - |
| YUV | 169.38 | 143.59 | 143.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 153 | 197 | 0.03 | 0.22 | 0 | 0.23 | 291.82 | 0.28 | 0.69 |
| Hex | BF | 99 | C5 | 3 | 16 | 0 | 17 | 124 | 1C | 45 |
| Octal | 277 | 231 | 305 | 3 | 26 | 0 | 27 | 444 | 34 | 105 |
| Binary | 10111111 | 10011001 | 11000101 | 11 | 10110 | 0 | 10111 | 100100100 | 11100 | 1000101 |
Color Harmonies of #BF99C5
Complementary color
Monochromatic Colors of #BF99C5
Black with #BF99C5
Text Example
Text Example
White with #BF99C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF99C5; }
p { color: rgb(191,153,197); }
H1.HeaderClassName
{
color: #BF99C5;
}
.AnyTagClassName
{
color: #BF99C5;
}
</style>
background-color css
<style>
a { background-color: #BF99C5; }
a { background-color: rgb(191,153,197); }
div.DivClassName
{
background-color: #BF99C5;
}
.BgClassName
{
background-color: #BF99C5;
}
</style>
border-color css
<style>
span { border-color: #BF99C5; }
span { border-color: rgb(191,153,197); }
td.TdClassName
{
border-color: #BF99C5;
}
.TagClassName
{
border-color: #BF99C5;
}
</style>