#BDB3AC

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

Shades of Tide #BDB3AC

Tints of Tide #BDB3AC

Color information

#BDB3AC (or 0xBDB3AC) is unknown color: approx Tide. HEX triplet: BD, B3 and AC. RGB value is (189,179,172). Sum of RGB (Red+Green+Blue) = 189+179+172=540 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35% from 540); Green value is 179 (70.31% from 255 or 33.15% from 540); Blue value is 172 (67.58% from 255 or 31.85% from 540); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB3AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB3AC is #424C53. Grayscale: #B5B5B5. Windows color (decimal): -4344916 or 11318205. OLE color: 11318205.

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

Color convert

RGB189179172-
CMYK00.050.090.26
HSL24.71º11.41%70.78%-
HSV(B)24.71º8.99%74.12%-
XYZ44.5546.0445.57-
YUV181.19122.81133.57-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35%
GREEN value IS 179 (70.31% from 255) = 33.15%
BLUE value IS 172 (67.58% from 255) = 31.85%
R=35%
G=33.15%
B=31.85%

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
Decimal18917917200.050.090.2624.7111.4170.78
HexBDB3AC0591A19b47
Octal2752632540511323113107
Binary10111101101100111010110001011001110101100110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB3AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB3AC; }

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

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

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

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

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

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

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

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