#BD89AD

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

Shades of Lily #BD89AD

Tints of Lily #BD89AD

Color information

#BD89AD (or 0xBD89AD) is unknown color: approx Lily. HEX triplet: BD, 89 and AD. RGB value is (189,137,173). Sum of RGB (Red+Green+Blue) = 189+137+173=499 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.88% from 499); Green value is 137 (53.91% from 255 or 27.45% from 499); Blue value is 173 (67.97% from 255 or 34.67% from 499); Max value from RGB is 189 - color contains mainly: red. Hex color #BD89AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD89AD is #427652. Grayscale: #9C9C9C. Windows color (decimal): -4355667 or 11372989. OLE color: 11372989.

HSL color Cylindrical-coordinate representation of color #BD89AD: hue angle of 318.46º 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 #BD89AD is Cyan = 0, Magento = 0.28, Yellow = 0.08 and Black (K on CMYK) = 0.26.

Color convert

RGB189137173-
CMYK00.280.080.26
HSL318.46º28.26%63.92%-
HSV(B)318.46º27.51%74.12%-
XYZ37.4731.7343.68-
YUV156.65137.23151.07-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.88%
GREEN value IS 137 (53.91% from 255) = 27.45%
BLUE value IS 173 (67.97% from 255) = 34.67%
R=37.88%
G=27.45%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18913717300.280.080.26318.4628.2663.92
HexBD89AD01C81A13e1c40
Octal275211255034103247634100
Binary101111011000100110101101011100100011010100111110111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD89AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD89AD; }

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

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

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

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

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

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

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

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