#BF9FBA

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

Shades of Lilac #BF9FBA

Tints of Lilac #BF9FBA

Color information

#BF9FBA (or 0xBF9FBA) is unknown color: approx Lilac. HEX triplet: BF, 9F and BA. RGB value is (191,159,186). Sum of RGB (Red+Green+Blue) = 191+159+186=536 (70% of max value = 765). Red value is 191 (75% from 255 or 35.63% from 536); Green value is 159 (62.5% from 255 or 29.66% from 536); Blue value is 186 (73.05% from 255 or 34.70% from 536); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9FBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF9FBA is #406045. Grayscale: #ABABAB. Windows color (decimal): -4218950 or 12230591. OLE color: 12230591.

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

Color convert

RGB191159186-
CMYK00.170.030.25
HSL309.38º20%68.63%-
HSV(B)309.38º16.75%74.9%-
XYZ42.7539.4251.81-
YUV171.65136.1141.8-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.63%
GREEN value IS 159 (62.5% from 255) = 29.66%
BLUE value IS 186 (73.05% from 255) = 34.70%
R=35.63%
G=29.66%
B=34.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115918600.170.030.25309.382068.63
HexBF9FBA0113191351445
Octal27723727202133146524105
Binary1011111110011111101110100100011111001100110101101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9FBA; }

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

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

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

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

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

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

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

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