#BDB4AC

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

Shades of Tide #BDB4AC

Tints of Tide #BDB4AC

Color information

#BDB4AC (or 0xBDB4AC) is unknown color: approx Tide. HEX triplet: BD, B4 and AC. RGB value is (189,180,172). Sum of RGB (Red+Green+Blue) = 189+180+172=541 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.94% from 541); Green value is 180 (70.70% from 255 or 33.27% from 541); Blue value is 172 (67.58% from 255 or 31.79% from 541); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB4AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB4AC is #424B53. Grayscale: #B5B5B5. Windows color (decimal): -4344660 or 11318461. OLE color: 11318461.

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

Color convert

RGB189180172-
CMYK00.050.090.26
HSL28.24º11.41%70.78%-
HSV(B)28.24º8.99%74.12%-
XYZ44.7546.4445.63-
YUV181.78122.48133.15-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.94%
GREEN value IS 180 (70.70% from 255) = 33.27%
BLUE value IS 172 (67.58% from 255) = 31.79%
R=34.94%
G=33.27%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918017200.050.090.2628.2411.4170.78
HexBDB4AC0591A1cb47
Octal2752642540511323413107
Binary10111101101101001010110001011001110101110010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB4AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB4AC; }

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

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

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

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

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

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

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

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