#BDA2AC

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

Shades of Lily #BDA2AC

Tints of Lily #BDA2AC

Color information

#BDA2AC (or 0xBDA2AC) is unknown color: approx Lily. HEX triplet: BD, A2 and AC. RGB value is (189,162,172). Sum of RGB (Red+Green+Blue) = 189+162+172=523 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.14% from 523); Green value is 162 (63.67% from 255 or 30.98% from 523); Blue value is 172 (67.58% from 255 or 32.89% from 523); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA2AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA2AC is #425D53. Grayscale: #ABABAB. Windows color (decimal): -4349268 or 11313853. OLE color: 11313853.

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

Color convert

RGB189162172-
CMYK00.140.090.26
HSL337.78º16.98%68.82%-
HSV(B)337.78º14.29%74.12%-
XYZ41.3539.6444.5-
YUV171.21128.45140.69-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.14%
GREEN value IS 162 (63.67% from 255) = 30.98%
BLUE value IS 172 (67.58% from 255) = 32.89%
R=36.14%
G=30.98%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18916217200.140.090.26337.7816.9868.82
HexBDA2AC0E91A1521145
Octal275242254016113252221105
Binary10111101101000101010110001110100111010101010010100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA2AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA2AC; }

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

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

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

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

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

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

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

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