#BF90BF

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

Shades of Lilac #BF90BF

Tints of Lilac #BF90BF

Color information

#BF90BF (or 0xBF90BF) is unknown color: approx Lilac. HEX triplet: BF, 90 and BF. RGB value is (191,144,191). Sum of RGB (Red+Green+Blue) = 191+144+191=526 (69% of max value = 765). Red value is 191 (75% from 255 or 36.31% from 526); Green value is 144 (56.64% from 255 or 27.38% from 526); Blue value is 191 (75% from 255 or 36.31% from 526); Max value from RGB is 191 - color contains mainly: red, blue. Hex color #BF90BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF90BF is #406F40. Grayscale: #A3A3A3. Windows color (decimal): -4222785 or 12554431. OLE color: 12554431.

HSL color Cylindrical-coordinate representation of color #BF90BF: hue angle of 300º 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 #BF90BF is Cyan = 0, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB191144191-
CMYK00.2500.25
HSL300º26.86%65.69%-
HSV(B)300º24.61%74.9%-
XYZ40.8634.7853.85-
YUV163.41143.57147.68-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.31%
GREEN value IS 144 (56.64% from 255) = 27.38%
BLUE value IS 191 (75% from 255) = 36.31%
R=36.31%
G=27.38%
B=36.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19114419100.2500.2530026.8665.69
HexBF90BF01901912c1b42
Octal27722027703103145433102
Binary101111111001000010111111011001011001100101100110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF90BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF90BF; }

 p { color: rgb(191,144,191); }

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

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

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

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

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

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

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