#BD89C4

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

Shades of Lilac #BD89C4

Tints of Lilac #BD89C4

Color information

#BD89C4 (or 0xBD89C4) is unknown color: approx Lilac. HEX triplet: BD, 89 and C4. RGB value is (189,137,196). Sum of RGB (Red+Green+Blue) = 189+137+196=522 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.21% from 522); Green value is 137 (53.91% from 255 or 26.25% from 522); Blue value is 196 (76.95% from 255 or 37.55% from 522); Max value from RGB is 196 - color contains mainly: blue. Hex color #BD89C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD89C4 is #42763B. Grayscale: #9F9F9F. Windows color (decimal): -4355644 or 12880317. OLE color: 12880317.

HSL color Cylindrical-coordinate representation of color #BD89C4: hue angle of 292.88º 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 #BD89C4 is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB189137196-
CMYK0.040.3000.23
HSL292.88º33.33%65.29%-
HSV(B)292.88º30.1%76.86%-
XYZ39.932.756.43-
YUV159.27148.73149.2-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.21%
GREEN value IS 137 (53.91% from 255) = 26.25%
BLUE value IS 196 (76.95% from 255) = 37.55%
R=36.21%
G=26.25%
B=37.55%

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
Decimal1891371960.040.3000.23292.8833.3365.29
HexBD89C441E0171252141
Octal27521130443602744541101
Binary101111011000100111000100100111100101111001001011000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD89C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD89C4; }

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

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

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

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

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

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

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

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