#BF9EBD

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

Shades of Lilac #BF9EBD

Tints of Lilac #BF9EBD

Color information

#BF9EBD (or 0xBF9EBD) is unknown color: approx Lilac. HEX triplet: BF, 9E and BD. RGB value is (191,158,189). Sum of RGB (Red+Green+Blue) = 191+158+189=538 (71% of max value = 765). Red value is 191 (75% from 255 or 35.50% from 538); Green value is 158 (62.11% from 255 or 29.37% from 538); Blue value is 189 (74.22% from 255 or 35.13% from 538); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9EBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF9EBD is #406142. Grayscale: #ABABAB. Windows color (decimal): -4219203 or 12426943. OLE color: 12426943.

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

Color convert

RGB191158189-
CMYK00.170.010.25
HSL303.64º20.5%68.43%-
HSV(B)303.64º17.28%74.9%-
XYZ42.939.253.45-
YUV171.4137.93141.98-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.50%
GREEN value IS 158 (62.11% from 255) = 29.37%
BLUE value IS 189 (74.22% from 255) = 35.13%
R=35.50%
G=29.37%
B=35.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115818900.170.010.25303.6420.568.43
HexBF9EBD0111191301444
Octal27723627502113146024104
Binary101111111001111010111101010001111001100110000101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9EBD; }

 p { color: rgb(191,158,189); }

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

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

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

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

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

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

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