#BDA5B5

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

Shades of Lily #BDA5B5

Tints of Lily #BDA5B5

Color information

#BDA5B5 (or 0xBDA5B5) is unknown color: approx Lily. HEX triplet: BD, A5 and B5. RGB value is (189,165,181). Sum of RGB (Red+Green+Blue) = 189+165+181=535 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.33% from 535); Green value is 165 (64.84% from 255 or 30.84% from 535); Blue value is 181 (71.09% from 255 or 33.83% from 535); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA5B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA5B5 is #425A4A. Grayscale: #ADADAD. Windows color (decimal): -4348491 or 11904445. OLE color: 11904445.

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

Color convert

RGB189165181-
CMYK00.130.040.26
HSL320º15.38%69.41%-
HSV(B)320º12.7%74.12%-
XYZ42.7841.0749.39-
YUV174131.95138.7-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.33%
GREEN value IS 165 (64.84% from 255) = 30.84%
BLUE value IS 181 (71.09% from 255) = 33.83%
R=35.33%
G=30.84%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.04
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18916518100.130.040.2632015.3869.41
HexBDA5B50D41A140f45
Octal27524526501543250017105
Binary101111011010010110110101011011001101010100000011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA5B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA5B5; }

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

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

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

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

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

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

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

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