#BF9FBD

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

Shades of Lilac #BF9FBD

Tints of Lilac #BF9FBD

Color information

#BF9FBD (or 0xBF9FBD) is unknown color: approx Lilac. HEX triplet: BF, 9F and BD. RGB value is (191,159,189). Sum of RGB (Red+Green+Blue) = 191+159+189=539 (71% of max value = 765). Red value is 191 (75% from 255 or 35.44% from 539); Green value is 159 (62.5% from 255 or 29.50% from 539); Blue value is 189 (74.22% from 255 or 35.06% from 539); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9FBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF9FBD is #406042. Grayscale: #ABABAB. Windows color (decimal): -4218947 or 12427199. OLE color: 12427199.

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

Color convert

RGB191159189-
CMYK00.170.010.25
HSL303.75º20%68.63%-
HSV(B)303.75º16.75%74.9%-
XYZ43.0739.5553.51-
YUV171.99137.6141.56-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.44%
GREEN value IS 159 (62.5% from 255) = 29.50%
BLUE value IS 189 (74.22% from 255) = 35.06%
R=35.44%
G=29.50%
B=35.06%

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
Decimal19115918900.170.010.25303.752068.63
HexBF9FBD0111191301445
Octal27723727502113146024105
Binary101111111001111110111101010001111001100110000101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9FBD; }

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

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

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

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

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

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

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

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