#BDB3AA

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

Shades of Tide #BDB3AA

Tints of Tide #BDB3AA

Color information

#BDB3AA (or 0xBDB3AA) is unknown color: approx Tide. HEX triplet: BD, B3 and AA. RGB value is (189,179,170). Sum of RGB (Red+Green+Blue) = 189+179+170=538 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.13% from 538); Green value is 179 (70.31% from 255 or 33.27% from 538); Blue value is 170 (66.80% from 255 or 31.60% from 538); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB3AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB3AA is #424C55. Grayscale: #B5B5B5. Windows color (decimal): -4344918 or 11187133. OLE color: 11187133.

HSL color Cylindrical-coordinate representation of color #BDB3AA: hue angle of 28.42º degrees, saturation: 0.13, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BDB3AA is Cyan = 0, Magento = 0.05, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB189179170-
CMYK00.050.100.26
HSL28.42º12.58%70.39%-
HSV(B)28.42º10.05%74.12%-
XYZ44.3645.9644.56-
YUV180.96121.81133.73-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.13%
GREEN value IS 179 (70.31% from 255) = 33.27%
BLUE value IS 170 (66.80% from 255) = 31.60%
R=35.13%
G=33.27%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917917000.050.100.2628.4212.5870.39
HexBDB3AA05A1A1cd46
Octal2752632520512323415106
Binary10111101101100111010101001011010110101110011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB3AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB3AA; }

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

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

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

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

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

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

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

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