#BF97BE

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

Shades of Lilac #BF97BE

Tints of Lilac #BF97BE

Color information

#BF97BE (or 0xBF97BE) is unknown color: approx Lilac. HEX triplet: BF, 97 and BE. RGB value is (191,151,190). Sum of RGB (Red+Green+Blue) = 191+151+190=532 (70% of max value = 765). Red value is 191 (75% from 255 or 35.90% from 532); Green value is 151 (59.38% from 255 or 28.38% from 532); Blue value is 190 (74.61% from 255 or 35.71% from 532); Max value from RGB is 191 - color contains mainly: red. Hex color #BF97BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF97BE is #406841. Grayscale: #A7A7A7. Windows color (decimal): -4220994 or 12490687. OLE color: 12490687.

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

Color convert

RGB191151190-
CMYK00.210.010.25
HSL301.5º23.81%67.06%-
HSV(B)301.5º20.94%74.9%-
XYZ41.8536.9353.64-
YUV167.41140.75144.83-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.90%
GREEN value IS 151 (59.38% from 255) = 28.38%
BLUE value IS 190 (74.61% from 255) = 35.71%
R=35.90%
G=28.38%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115119000.210.010.25301.523.8167.06
HexBF97BE01511912e1843
Octal27722727602513145630103
Binary101111111001011110111110010101111001100101110110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF97BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF97BE; }

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

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

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

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

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

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

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

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