#BDABB5

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

Shades of Lily #BDABB5

Tints of Lily #BDABB5

Color information

#BDABB5 (or 0xBDABB5) is unknown color: approx Lily. HEX triplet: BD, AB and B5. RGB value is (189,171,181). Sum of RGB (Red+Green+Blue) = 189+171+181=541 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.94% from 541); Green value is 171 (67.19% from 255 or 31.61% from 541); Blue value is 181 (71.09% from 255 or 33.46% from 541); Max value from RGB is 189 - color contains mainly: red. Hex color #BDABB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDABB5 is #42544A. Grayscale: #B1B1B1. Windows color (decimal): -4346955 or 11905981. OLE color: 11905981.

HSL color Cylindrical-coordinate representation of color #BDABB5: hue angle of 326.67º degrees, saturation: 0.12, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BDABB5 is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.26.

Color convert

RGB189171181-
CMYK00.100.040.26
HSL326.67º12%70.59%-
HSV(B)326.67º9.52%74.12%-
XYZ43.8943.2849.76-
YUV177.52129.96136.19-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.94%
GREEN value IS 171 (67.19% from 255) = 31.61%
BLUE value IS 181 (71.09% from 255) = 33.46%
R=34.94%
G=31.61%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.04
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917118100.100.040.26326.671270.59
HexBDABB50A41A147c47
Octal27525326501243250714107
Binary101111011010101110110101010101001101010100011111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDABB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDABB5; }

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

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

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

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

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

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

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

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