#BD89AC

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

Shades of Lily #BD89AC

Tints of Lily #BD89AC

Color information

#BD89AC (or 0xBD89AC) is unknown color: approx Lily. HEX triplet: BD, 89 and AC. RGB value is (189,137,172). Sum of RGB (Red+Green+Blue) = 189+137+172=498 (65% of max value = 765). Red value is 189 (74.22% from 255 or 37.95% from 498); Green value is 137 (53.91% from 255 or 27.51% from 498); Blue value is 172 (67.58% from 255 or 34.54% from 498); Max value from RGB is 189 - color contains mainly: red. Hex color #BD89AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD89AC is #427653. Grayscale: #9C9C9C. Windows color (decimal): -4355668 or 11307453. OLE color: 11307453.

HSL color Cylindrical-coordinate representation of color #BD89AC: hue angle of 319.62º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BD89AC is Cyan = 0, Magento = 0.28, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB189137172-
CMYK00.280.090.26
HSL319.62º28.26%63.92%-
HSV(B)319.62º27.51%74.12%-
XYZ37.3831.6943.18-
YUV156.54136.73151.15-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.95%
GREEN value IS 137 (53.91% from 255) = 27.51%
BLUE value IS 172 (67.58% from 255) = 34.54%
R=37.95%
G=27.51%
B=34.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18913717200.280.090.26319.6228.2663.92
HexBD89AC01C91A1401c40
Octal275211254034113250034100
Binary101111011000100110101100011100100111010101000000111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD89AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD89AC; }

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

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

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

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

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

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

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

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