#BF93C4

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

Shades of Lilac #BF93C4

Tints of Lilac #BF93C4

Color information

#BF93C4 (or 0xBF93C4) is unknown color: approx Lilac. HEX triplet: BF, 93 and C4. RGB value is (191,147,196). Sum of RGB (Red+Green+Blue) = 191+147+196=534 (70% of max value = 765). Red value is 191 (75% from 255 or 35.77% from 534); Green value is 147 (57.81% from 255 or 27.53% from 534); Blue value is 196 (76.95% from 255 or 36.70% from 534); Max value from RGB is 196 - color contains mainly: blue. Hex color #BF93C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF93C4 is #406C3B. Grayscale: #A5A5A5. Windows color (decimal): -4222012 or 12882879. OLE color: 12882879.

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

Color convert

RGB191147196-
CMYK0.030.2500.23
HSL293.88º29.34%67.25%-
HSV(B)293.88º25%76.86%-
XYZ41.8835.9356.95-
YUV165.74145.08146.02-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.77%
GREEN value IS 147 (57.81% from 255) = 27.53%
BLUE value IS 196 (76.95% from 255) = 36.70%
R=35.77%
G=27.53%
B=36.70%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1911471960.030.2500.23293.8829.3467.25
HexBF93C43190171261d43
Octal27722330433102744635103
Binary1011111110010011110001001111001010111100100110111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF93C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF93C4; }

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

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

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

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

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

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

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

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