#BDACB5

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

Shades of Lily #BDACB5

Tints of Lily #BDACB5

Color information

#BDACB5 (or 0xBDACB5) is unknown color: approx Lily. HEX triplet: BD, AC and B5. RGB value is (189,172,181). Sum of RGB (Red+Green+Blue) = 189+172+181=542 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.87% from 542); Green value is 172 (67.58% from 255 or 31.73% from 542); Blue value is 181 (71.09% from 255 or 33.39% from 542); Max value from RGB is 189 - color contains mainly: red. Hex color #BDACB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDACB5 is #42534A. Grayscale: #B2B2B2. Windows color (decimal): -4346699 or 11906237. OLE color: 11906237.

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

Color convert

RGB189172181-
CMYK00.090.040.26
HSL328.24º11.41%70.78%-
HSV(B)328.24º8.99%74.12%-
XYZ44.0843.6649.82-
YUV178.11129.63135.77-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.87%
GREEN value IS 172 (67.58% from 255) = 31.73%
BLUE value IS 181 (71.09% from 255) = 33.39%
R=34.87%
G=31.73%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.04
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917218100.090.040.26328.2411.4170.78
HexBDACB50941A148b47
Octal27525426501143251013107
Binary101111011010110010110101010011001101010100100010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDACB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDACB5; }

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

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

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

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

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

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

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

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