#BF95BE

Color #BF95BE Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lilac #BF95BE

Tints of Lilac #BF95BE

Color information

#BF95BE (or 0xBF95BE) is unknown color: approx Lilac. HEX triplet: BF, 95 and BE. RGB value is (191,149,190). Sum of RGB (Red+Green+Blue) = 191+149+190=530 (70% of max value = 765). Red value is 191 (75% from 255 or 36.04% from 530); Green value is 149 (58.59% from 255 or 28.11% from 530); Blue value is 190 (74.61% from 255 or 35.85% from 530); Max value from RGB is 191 - color contains mainly: red. Hex color #BF95BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF95BE is #406A41. Grayscale: #A6A6A6. Windows color (decimal): -4221506 or 12490175. OLE color: 12490175.

HSL color Cylindrical-coordinate representation of color #BF95BE: hue angle of 301.43º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BF95BE is Cyan = 0, Magento = 0.22, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB191149190-
CMYK00.220.010.25
HSL301.43º24.71%66.67%-
HSV(B)301.43º21.99%74.9%-
XYZ41.5336.2953.53-
YUV166.23141.41145.67-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 191 (75% from 255) = 36.04%
GREEN value IS 149 (58.59% from 255) = 28.11%
BLUE value IS 190 (74.61% from 255) = 35.85%
R=36.04%
G=28.11%
B=35.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19114919000.220.010.25301.4324.7166.67
HexBF95BE01611912d1943
Octal27722527602613145531103
Binary101111111001010110111110010110111001100101101110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF95BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF95BE; }

 p { color: rgb(191,149,190); }

 H1.HeaderClassName
 {
   color: #BF95BE;
 }
 .AnyTagClassName
 {
   color: #BF95BE;
 }
</style>
background-color css

<style>
 a { background-color: #BF95BE; }

 a { background-color: rgb(191,149,190); }

 div.DivClassName
 {
   background-color: #BF95BE;
 }
 .BgClassName
 {
   background-color: #BF95BE;
 }
</style>
border-color css

<style>
 span { border-color: #BF95BE; }

 span { border-color: rgb(191,149,190); }

 td.TdClassName
 {
   border-color: #BF95BE;
 }
 .TagClassName
 {
   border-color: #BF95BE;
 }
</style>