#BD8BA9

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

Shades of Lily #BD8BA9

Tints of Lily #BD8BA9

Color information

#BD8BA9 (or 0xBD8BA9) is unknown color: approx Lily. HEX triplet: BD, 8B and A9. RGB value is (189,139,169). Sum of RGB (Red+Green+Blue) = 189+139+169=497 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.03% from 497); Green value is 139 (54.69% from 255 or 27.97% from 497); Blue value is 169 (66.41% from 255 or 34.00% from 497); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8BA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8BA9 is #427456. Grayscale: #9D9D9D. Windows color (decimal): -4355159 or 11111357. OLE color: 11111357.

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

Color convert

RGB189139169-
CMYK00.260.110.26
HSL324º27.47%64.31%-
HSV(B)324º26.46%74.12%-
XYZ37.3832.1541.77-
YUV157.37134.56150.56-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.03%
GREEN value IS 139 (54.69% from 255) = 27.97%
BLUE value IS 169 (66.41% from 255) = 34.00%
R=38.03%
G=27.97%
B=34.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.11
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18913916900.260.110.2632427.4764.31
HexBD8BA901AB1A1441b40
Octal275213251032133250433100
Binary101111011000101110101001011010101111010101000100110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8BA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8BA9; }

 p { color: rgb(189,139,169); }

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

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

 a { background-color: rgb(189,139,169); }

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

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

 span { border-color: rgb(189,139,169); }

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