#BD89AB

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

Shades of Lily #BD89AB

Tints of Lily #BD89AB

Color information

#BD89AB (or 0xBD89AB) is unknown color: approx Lily. HEX triplet: BD, 89 and AB. RGB value is (189,137,171). Sum of RGB (Red+Green+Blue) = 189+137+171=497 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.03% from 497); Green value is 137 (53.91% from 255 or 27.57% from 497); Blue value is 171 (67.19% from 255 or 34.41% from 497); Max value from RGB is 189 - color contains mainly: red. Hex color #BD89AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD89AB is #427654. Grayscale: #9C9C9C. Windows color (decimal): -4355669 or 11241917. OLE color: 11241917.

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

Color convert

RGB189137171-
CMYK00.280.100.26
HSL320.77º28.26%63.92%-
HSV(B)320.77º27.51%74.12%-
XYZ37.2831.6542.67-
YUV156.42136.23151.24-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.03%
GREEN value IS 137 (53.91% from 255) = 27.57%
BLUE value IS 171 (67.19% from 255) = 34.41%
R=38.03%
G=27.57%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18913717100.280.100.26320.7728.2663.92
HexBD89AB01CA1A1411c40
Octal275211253034123250134100
Binary101111011000100110101011011100101011010101000001111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD89AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD89AB; }

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

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

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

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

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

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

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

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