#BDABB6

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

Shades of Lily #BDABB6

Tints of Lily #BDABB6

Color information

#BDABB6 (or 0xBDABB6) is unknown color: approx Lily. HEX triplet: BD, AB and B6. RGB value is (189,171,182). Sum of RGB (Red+Green+Blue) = 189+171+182=542 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.87% from 542); Green value is 171 (67.19% from 255 or 31.55% from 542); Blue value is 182 (71.48% from 255 or 33.58% from 542); Max value from RGB is 189 - color contains mainly: red. Hex color #BDABB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDABB6 is #425449. Grayscale: #B1B1B1. Windows color (decimal): -4346954 or 11971517. OLE color: 11971517.

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

Color convert

RGB189171182-
CMYK00.100.040.26
HSL323.33º12%70.59%-
HSV(B)323.33º9.52%74.12%-
XYZ43.9943.3250.3-
YUV177.64130.46136.11-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.87%
GREEN value IS 171 (67.19% from 255) = 31.55%
BLUE value IS 182 (71.48% from 255) = 33.58%
R=34.87%
G=31.55%
B=33.58%

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
Decimal18917118200.100.040.26323.331270.59
HexBDABB60A41A143c47
Octal27525326601243250314107
Binary101111011010101110110110010101001101010100001111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDABB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDABB6; }

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

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

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

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

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

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

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

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