#BDA5B2

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

Shades of Lily #BDA5B2

Tints of Lily #BDA5B2

Color information

#BDA5B2 (or 0xBDA5B2) is unknown color: approx Lily. HEX triplet: BD, A5 and B2. RGB value is (189,165,178). Sum of RGB (Red+Green+Blue) = 189+165+178=532 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.53% from 532); Green value is 165 (64.84% from 255 or 31.02% from 532); Blue value is 178 (69.92% from 255 or 33.46% from 532); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA5B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA5B2 is #425A4D. Grayscale: #ADADAD. Windows color (decimal): -4348494 or 11707837. OLE color: 11707837.

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

Color convert

RGB189165178-
CMYK00.130.060.26
HSL327.5º15.38%69.41%-
HSV(B)327.5º12.7%74.12%-
XYZ42.4840.9447.78-
YUV173.66130.45138.94-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.53%
GREEN value IS 165 (64.84% from 255) = 31.02%
BLUE value IS 178 (69.92% from 255) = 33.46%
R=35.53%
G=31.02%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.06
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18916517800.130.060.26327.515.3869.41
HexBDA5B20D61A148f45
Octal27524526201563251017105
Binary101111011010010110110010011011101101010100100011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA5B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA5B2; }

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

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

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

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

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

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

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

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