#BD94BF

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

Shades of Lilac #BD94BF

Tints of Lilac #BD94BF

Color information

#BD94BF (or 0xBD94BF) is unknown color: approx Lilac. HEX triplet: BD, 94 and BF. RGB value is (189,148,191). Sum of RGB (Red+Green+Blue) = 189+148+191=528 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.80% from 528); Green value is 148 (58.20% from 255 or 28.03% from 528); Blue value is 191 (75% from 255 or 36.17% from 528); Max value from RGB is 191 - color contains mainly: blue. Hex color #BD94BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD94BF is #426B40. Grayscale: #A5A5A5. Windows color (decimal): -4352833 or 12555453. OLE color: 12555453.

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

Color convert

RGB189148191-
CMYK0.010.2300.25
HSL297.21º25.15%66.47%-
HSV(B)297.21º22.51%74.9%-
XYZ40.9835.7654.03-
YUV165.16142.58145-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.80%
GREEN value IS 148 (58.20% from 255) = 28.03%
BLUE value IS 191 (75% from 255) = 36.17%
R=35.80%
G=28.03%
B=36.17%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1891481910.010.2300.25297.2125.1566.47
HexBD94BF1170191291942
Octal27522427712703145131102
Binary101111011001010010111111110111011001100101001110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD94BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD94BF; }

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

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

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

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

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

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

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

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