#BDA0AE

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

Shades of Lily #BDA0AE

Tints of Lily #BDA0AE

Color information

#BDA0AE (or 0xBDA0AE) is unknown color: approx Lily. HEX triplet: BD, A0 and AE. RGB value is (189,160,174). Sum of RGB (Red+Green+Blue) = 189+160+174=523 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.14% from 523); Green value is 160 (62.89% from 255 or 30.59% from 523); Blue value is 174 (68.36% from 255 or 33.27% from 523); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA0AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA0AE is #425F51. Grayscale: #AAAAAA. Windows color (decimal): -4349778 or 11444413. OLE color: 11444413.

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

Color convert

RGB189160174-
CMYK00.150.080.26
HSL331.03º18.01%68.43%-
HSV(B)331.03º15.34%74.12%-
XYZ41.239.0245.4-
YUV170.27130.11141.36-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.14%
GREEN value IS 160 (62.89% from 255) = 30.59%
BLUE value IS 174 (68.36% from 255) = 33.27%
R=36.14%
G=30.59%
B=33.27%

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
Decimal18916017400.150.080.26331.0318.0168.43
HexBDA0AE0F81A14b1244
Octal275240256017103251322104
Binary10111101101000001010111001111100011010101001011100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA0AE; }

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

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

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

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

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

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

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

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