#BD8AC4

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

Shades of Lilac #BD8AC4

Tints of Lilac #BD8AC4

Color information

#BD8AC4 (or 0xBD8AC4) is unknown color: approx Lilac. HEX triplet: BD, 8A and C4. RGB value is (189,138,196). Sum of RGB (Red+Green+Blue) = 189+138+196=523 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.14% from 523); Green value is 138 (54.30% from 255 or 26.39% from 523); Blue value is 196 (76.95% from 255 or 37.48% from 523); Max value from RGB is 196 - color contains mainly: blue. Hex color #BD8AC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD8AC4 is #42753B. Grayscale: #9F9F9F. Windows color (decimal): -4355388 or 12880573. OLE color: 12880573.

HSL color Cylindrical-coordinate representation of color #BD8AC4: hue angle of 292.76º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BD8AC4 is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB189138196-
CMYK0.040.3000.23
HSL292.76º32.95%65.49%-
HSV(B)292.76º29.59%76.86%-
XYZ40.0432.9856.48-
YUV159.86148.4148.78-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.14%
GREEN value IS 138 (54.30% from 255) = 26.39%
BLUE value IS 196 (76.95% from 255) = 37.48%
R=36.14%
G=26.39%
B=37.48%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1891381960.040.3000.23292.7632.9565.49
HexBD8AC441E0171252141
Octal27521230443602744541101
Binary101111011000101011000100100111100101111001001011000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8AC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8AC4; }

 p { color: rgb(189,138,196); }

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

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

 a { background-color: rgb(189,138,196); }

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

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

 span { border-color: rgb(189,138,196); }

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