#BD94BE

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

Shades of Lilac #BD94BE

Tints of Lilac #BD94BE

Color information

#BD94BE (or 0xBD94BE) is unknown color: approx Lilac. HEX triplet: BD, 94 and BE. RGB value is (189,148,190). Sum of RGB (Red+Green+Blue) = 189+148+190=527 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.86% from 527); Green value is 148 (58.20% from 255 or 28.08% from 527); Blue value is 190 (74.61% from 255 or 36.05% from 527); Max value from RGB is 190 - color contains mainly: blue. Hex color #BD94BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD94BE is #426B41. Grayscale: #A4A4A4. Windows color (decimal): -4352834 or 12489917. OLE color: 12489917.

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

Color convert

RGB189148190-
CMYK0.010.2200.25
HSL298.57º24.42%66.27%-
HSV(B)298.57º22.11%74.51%-
XYZ40.8735.7253.46-
YUV165.05142.08145.08-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.86%
GREEN value IS 148 (58.20% from 255) = 28.08%
BLUE value IS 190 (74.61% from 255) = 36.05%
R=35.86%
G=28.08%
B=36.05%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1891481900.010.2200.25298.5724.4266.27
HexBD94BE11601912b1842
Octal27522427612603145330102
Binary101111011001010010111110110110011001100101011110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD94BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD94BE; }

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

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

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

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

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

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

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

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