#BDABB1

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

Shades of Lily #BDABB1

Tints of Lily #BDABB1

Color information

#BDABB1 (or 0xBDABB1) is unknown color: approx Lily. HEX triplet: BD, AB and B1. RGB value is (189,171,177). Sum of RGB (Red+Green+Blue) = 189+171+177=537 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.20% from 537); Green value is 171 (67.19% from 255 or 31.84% from 537); Blue value is 177 (69.53% from 255 or 32.96% from 537); Max value from RGB is 189 - color contains mainly: red. Hex color #BDABB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDABB1 is #42544E. Grayscale: #B1B1B1. Windows color (decimal): -4346959 or 11643837. OLE color: 11643837.

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

Color convert

RGB189171177-
CMYK00.100.060.26
HSL340º12%70.59%-
HSV(B)340º9.52%74.12%-
XYZ43.4843.1247.63-
YUV177.07127.96136.51-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.20%
GREEN value IS 171 (67.19% from 255) = 31.84%
BLUE value IS 177 (69.53% from 255) = 32.96%
R=35.20%
G=31.84%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.06
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917117700.100.060.263401270.59
HexBDABB10A61A154c47
Octal27525326101263252414107
Binary101111011010101110110001010101101101010101010011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDABB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDABB1; }

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

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

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

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

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

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

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

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