#BDA1AE

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

Shades of Lily #BDA1AE

Tints of Lily #BDA1AE

Color information

#BDA1AE (or 0xBDA1AE) is unknown color: approx Lily. HEX triplet: BD, A1 and AE. RGB value is (189,161,174). Sum of RGB (Red+Green+Blue) = 189+161+174=524 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.07% from 524); Green value is 161 (63.28% from 255 or 30.73% from 524); Blue value is 174 (68.36% from 255 or 33.21% from 524); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA1AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA1AE is #425E51. Grayscale: #AAAAAA. Windows color (decimal): -4349522 or 11444669. OLE color: 11444669.

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

Color convert

RGB189161174-
CMYK00.150.080.26
HSL332.14º17.5%68.63%-
HSV(B)332.14º14.81%74.12%-
XYZ41.3739.3645.46-
YUV170.85129.78140.94-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.07%
GREEN value IS 161 (63.28% from 255) = 30.73%
BLUE value IS 174 (68.36% from 255) = 33.21%
R=36.07%
G=30.73%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18916117400.150.080.26332.1417.568.63
HexBDA1AE0F81A14c1245
Octal275241256017103251422105
Binary10111101101000011010111001111100011010101001100100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA1AE; }

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

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

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

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

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

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

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

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