#BD94C3

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

Shades of Lilac #BD94C3

Tints of Lilac #BD94C3

Color information

#BD94C3 (or 0xBD94C3) is unknown color: approx Lilac. HEX triplet: BD, 94 and C3. RGB value is (189,148,195). Sum of RGB (Red+Green+Blue) = 189+148+195=532 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.53% from 532); Green value is 148 (58.20% from 255 or 27.82% from 532); Blue value is 195 (76.56% from 255 or 36.65% from 532); Max value from RGB is 195 - color contains mainly: blue. Hex color #BD94C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD94C3 is #426B3C. Grayscale: #A5A5A5. Windows color (decimal): -4352829 or 12817597. OLE color: 12817597.

HSL color Cylindrical-coordinate representation of color #BD94C3: hue angle of 292.34º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BD94C3 is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB189148195-
CMYK0.030.2400.24
HSL292.34º28.14%67.25%-
HSV(B)292.34º24.1%76.47%-
XYZ41.4335.9456.38-
YUV165.62144.58144.68-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.53%
GREEN value IS 148 (58.20% from 255) = 27.82%
BLUE value IS 195 (76.56% from 255) = 36.65%
R=35.53%
G=27.82%
B=36.65%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1891481950.030.2400.24292.3428.1467.25
HexBD94C33180181241c43
Octal27522430333003044434103
Binary1011110110010100110000111111000011000100100100111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD94C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD94C3; }

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

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

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

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

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

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

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

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