#BFA9BD

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

Shades of Lilac #BFA9BD

Tints of Lilac #BFA9BD

Color information

#BFA9BD (or 0xBFA9BD) is unknown color: approx Lilac. HEX triplet: BF, A9 and BD. RGB value is (191,169,189). Sum of RGB (Red+Green+Blue) = 191+169+189=549 (72% of max value = 765). Red value is 191 (75% from 255 or 34.79% from 549); Green value is 169 (66.41% from 255 or 30.78% from 549); Blue value is 189 (74.22% from 255 or 34.43% from 549); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA9BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA9BD is #405642. Grayscale: #B1B1B1. Windows color (decimal): -4216387 or 12429759. OLE color: 12429759.

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

Color convert

RGB191169189-
CMYK00.120.010.25
HSL305.45º14.67%70.59%-
HSV(B)305.45º11.52%74.9%-
XYZ44.8643.1354.1-
YUV177.86134.29137.37-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.79%
GREEN value IS 169 (66.41% from 255) = 30.78%
BLUE value IS 189 (74.22% from 255) = 34.43%
R=34.79%
G=30.78%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116918900.120.010.25305.4514.6770.59
HexBFA9BD0C119131f47
Octal27725127501413146117107
Binary1011111110101001101111010110011100110011000111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA9BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA9BD; }

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

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

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

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

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

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

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

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