#BDA5AE

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

Shades of Lily #BDA5AE

Tints of Lily #BDA5AE

Color information

#BDA5AE (or 0xBDA5AE) is unknown color: approx Lily. HEX triplet: BD, A5 and AE. RGB value is (189,165,174). Sum of RGB (Red+Green+Blue) = 189+165+174=528 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.80% from 528); Green value is 165 (64.84% from 255 or 31.25% from 528); Blue value is 174 (68.36% from 255 or 32.95% from 528); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA5AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA5AE is #425A51. Grayscale: #ADADAD. Windows color (decimal): -4348498 or 11445693. OLE color: 11445693.

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

Color convert

RGB189165174-
CMYK00.130.080.26
HSL337.5º15.38%69.41%-
HSV(B)337.5º12.7%74.12%-
XYZ42.0840.7945.7-
YUV173.2128.45139.27-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.80%
GREEN value IS 165 (64.84% from 255) = 31.25%
BLUE value IS 174 (68.36% from 255) = 32.95%
R=35.80%
G=31.25%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18916517400.130.080.26337.515.3869.41
HexBDA5AE0D81A152f45
Octal275245256015103252217105
Binary1011110110100101101011100110110001101010101001011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA5AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA5AE; }

 p { color: rgb(189,165,174); }

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

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

 a { background-color: rgb(189,165,174); }

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

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

 span { border-color: rgb(189,165,174); }

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