#BDB5AC

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

Shades of Tide #BDB5AC

Tints of Tide #BDB5AC

Color information

#BDB5AC (or 0xBDB5AC) is unknown color: approx Tide. HEX triplet: BD, B5 and AC. RGB value is (189,181,172). Sum of RGB (Red+Green+Blue) = 189+181+172=542 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.87% from 542); Green value is 181 (71.09% from 255 or 33.39% from 542); Blue value is 172 (67.58% from 255 or 31.73% from 542); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB5AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB5AC is #424A53. Grayscale: #B6B6B6. Windows color (decimal): -4344404 or 11318717. OLE color: 11318717.

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

Color convert

RGB189181172-
CMYK00.040.090.26
HSL31.76º11.41%70.78%-
HSV(B)31.76º8.99%74.12%-
XYZ44.9646.8545.7-
YUV182.37122.15132.73-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918117200.040.090.2631.7611.4170.78
HexBDB5AC0491A20b47
Octal2752652540411324013107
Binary101111011011010110101100010010011101010000010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB5AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB5AC; }

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

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

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

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

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

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

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

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