#BDACB2

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

Shades of Lily #BDACB2

Tints of Lily #BDACB2

Color information

#BDACB2 (or 0xBDACB2) is unknown color: approx Lily. HEX triplet: BD, AC and B2. RGB value is (189,172,178). Sum of RGB (Red+Green+Blue) = 189+172+178=539 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.06% from 539); Green value is 172 (67.58% from 255 or 31.91% from 539); Blue value is 178 (69.92% from 255 or 33.02% from 539); Max value from RGB is 189 - color contains mainly: red. Hex color #BDACB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDACB2 is #42534D. Grayscale: #B1B1B1. Windows color (decimal): -4346702 or 11709629. OLE color: 11709629.

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

Color convert

RGB189172178-
CMYK00.090.060.26
HSL338.82º11.41%70.78%-
HSV(B)338.82º8.99%74.12%-
XYZ43.7743.5448.22-
YUV177.77128.13136.01-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.06%
GREEN value IS 172 (67.58% from 255) = 31.91%
BLUE value IS 178 (69.92% from 255) = 33.02%
R=35.06%
G=31.91%
B=33.02%

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
Decimal18917217800.090.060.26338.8211.4170.78
HexBDACB20961A153b47
Octal27525426201163252313107
Binary101111011010110010110010010011101101010101001110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDACB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDACB2; }

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

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

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

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

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

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

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

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