#BFA0C4

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

Shades of Lilac #BFA0C4

Tints of Lilac #BFA0C4

Color information

#BFA0C4 (or 0xBFA0C4) is unknown color: approx Lilac. HEX triplet: BF, A0 and C4. RGB value is (191,160,196). Sum of RGB (Red+Green+Blue) = 191+160+196=547 (72% of max value = 765). Red value is 191 (75% from 255 or 34.92% from 547); Green value is 160 (62.89% from 255 or 29.25% from 547); Blue value is 196 (76.95% from 255 or 35.83% from 547); Max value from RGB is 196 - color contains mainly: blue. Hex color #BFA0C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA0C4 is #405F3B. Grayscale: #ADADAD. Windows color (decimal): -4218684 or 12886207. OLE color: 12886207.

HSL color Cylindrical-coordinate representation of color #BFA0C4: hue angle of 291.67º degrees, saturation: 0.23, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BFA0C4 is Cyan = 0.03, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB191160196-
CMYK0.030.1800.23
HSL291.67º23.38%69.8%-
HSV(B)291.67º18.37%76.86%-
XYZ44.0240.257.66-
YUV173.37140.77140.57-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.92%
GREEN value IS 160 (62.89% from 255) = 29.25%
BLUE value IS 196 (76.95% from 255) = 35.83%
R=34.92%
G=29.25%
B=35.83%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1911601960.030.1800.23291.6723.3869.8
HexBFA0C43120171241746
Octal27724030432202744427106
Binary1011111110100000110001001110010010111100100100101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA0C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA0C4; }

 p { color: rgb(191,160,196); }

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

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

 a { background-color: rgb(191,160,196); }

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

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

 span { border-color: rgb(191,160,196); }

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