#BF90BE

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

Shades of Lilac #BF90BE

Tints of Lilac #BF90BE

Color information

#BF90BE (or 0xBF90BE) is unknown color: approx Lilac. HEX triplet: BF, 90 and BE. RGB value is (191,144,190). Sum of RGB (Red+Green+Blue) = 191+144+190=525 (69% of max value = 765). Red value is 191 (75% from 255 or 36.38% from 525); Green value is 144 (56.64% from 255 or 27.43% from 525); Blue value is 190 (74.61% from 255 or 36.19% from 525); Max value from RGB is 191 - color contains mainly: red. Hex color #BF90BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF90BE is #406F41. Grayscale: #A3A3A3. Windows color (decimal): -4222786 or 12488895. OLE color: 12488895.

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

Color convert

RGB191144190-
CMYK00.250.010.25
HSL301.28º26.86%65.69%-
HSV(B)301.28º24.61%74.9%-
XYZ40.7534.7453.27-
YUV163.3143.07147.76-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.38%
GREEN value IS 144 (56.64% from 255) = 27.43%
BLUE value IS 190 (74.61% from 255) = 36.19%
R=36.38%
G=27.43%
B=36.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19114419000.250.010.25301.2826.8665.69
HexBF90BE01911912d1b42
Octal27722027603113145533102
Binary101111111001000010111110011001111001100101101110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF90BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF90BE; }

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

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

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

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

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

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

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

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