#BDA4AC

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

Shades of Lily #BDA4AC

Tints of Lily #BDA4AC

Color information

#BDA4AC (or 0xBDA4AC) is unknown color: approx Lily. HEX triplet: BD, A4 and AC. RGB value is (189,164,172). Sum of RGB (Red+Green+Blue) = 189+164+172=525 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36% from 525); Green value is 164 (64.45% from 255 or 31.24% from 525); Blue value is 172 (67.58% from 255 or 32.76% from 525); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA4AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA4AC is #425B53. Grayscale: #ACACAC. Windows color (decimal): -4348756 or 11314365. OLE color: 11314365.

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

Color convert

RGB189164172-
CMYK00.130.090.26
HSL340.8º15.92%69.22%-
HSV(B)340.8º13.23%74.12%-
XYZ41.7140.3544.62-
YUV172.39127.78139.85-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36%
GREEN value IS 164 (64.45% from 255) = 31.24%
BLUE value IS 172 (67.58% from 255) = 32.76%
R=36%
G=31.24%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18916417200.130.090.26340.815.9269.22
HexBDA4AC0D91A1551045
Octal275244254015113252520105
Binary10111101101001001010110001101100111010101010101100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA4AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA4AC; }

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

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

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

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

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

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

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

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