#BDA5B7

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

Shades of Lily #BDA5B7

Tints of Lily #BDA5B7

Color information

#BDA5B7 (or 0xBDA5B7) is unknown color: approx Lily. HEX triplet: BD, A5 and B7. RGB value is (189,165,183). Sum of RGB (Red+Green+Blue) = 189+165+183=537 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.20% from 537); Green value is 165 (64.84% from 255 or 30.73% from 537); Blue value is 183 (71.88% from 255 or 34.08% from 537); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA5B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA5B7 is #425A48. Grayscale: #AEAEAE. Windows color (decimal): -4348489 or 12035517. OLE color: 12035517.

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

Color convert

RGB189165183-
CMYK00.130.030.26
HSL315º15.38%69.41%-
HSV(B)315º12.7%74.12%-
XYZ42.9941.1550.48-
YUV174.23132.95138.54-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.20%
GREEN value IS 165 (64.84% from 255) = 30.73%
BLUE value IS 183 (71.88% from 255) = 34.08%
R=35.20%
G=30.73%
B=34.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.03
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18916518300.130.030.2631515.3869.41
HexBDA5B70D31A13bf45
Octal27524526701533247317105
Binary10111101101001011011011101101111101010011101111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA5B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA5B7; }

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

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

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

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

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

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

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

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