#BDACB1

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

Shades of Lily #BDACB1

Tints of Lily #BDACB1

Color information

#BDACB1 (or 0xBDACB1) is unknown color: approx Lily. HEX triplet: BD, AC and B1. RGB value is (189,172,177). Sum of RGB (Red+Green+Blue) = 189+172+177=538 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.13% from 538); Green value is 172 (67.58% from 255 or 31.97% from 538); Blue value is 177 (69.53% from 255 or 32.90% from 538); Max value from RGB is 189 - color contains mainly: red. Hex color #BDACB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDACB1 is #42534E. Grayscale: #B1B1B1. Windows color (decimal): -4346703 or 11644093. OLE color: 11644093.

HSL color Cylindrical-coordinate representation of color #BDACB1: hue angle of 342.35º degrees, saturation: 0.11, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BDACB1 is Cyan = 0, Magento = 0.09, Yellow = 0.06 and Black (K on CMYK) = 0.26.

Color convert

RGB189172177-
CMYK00.090.060.26
HSL342.35º11.41%70.78%-
HSV(B)342.35º8.99%74.12%-
XYZ43.6743.547.69-
YUV177.65127.63136.09-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.13%
GREEN value IS 172 (67.58% from 255) = 31.97%
BLUE value IS 177 (69.53% from 255) = 32.90%
R=35.13%
G=31.97%
B=32.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.06
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917217700.090.060.26342.3511.4170.78
HexBDACB10961A156b47
Octal27525426101163252613107
Binary101111011010110010110001010011101101010101011010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDACB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDACB1; }

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

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

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

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

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

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

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

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