#BDB4AA

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

Shades of Tide #BDB4AA

Tints of Tide #BDB4AA

Color information

#BDB4AA (or 0xBDB4AA) is unknown color: approx Tide. HEX triplet: BD, B4 and AA. RGB value is (189,180,170). Sum of RGB (Red+Green+Blue) = 189+180+170=539 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.06% from 539); Green value is 180 (70.70% from 255 or 33.40% from 539); Blue value is 170 (66.80% from 255 or 31.54% from 539); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB4AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB4AA is #424B55. Grayscale: #B5B5B5. Windows color (decimal): -4344662 or 11187389. OLE color: 11187389.

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

Color convert

RGB189180170-
CMYK00.050.100.26
HSL31.58º12.58%70.39%-
HSV(B)31.58º10.05%74.12%-
XYZ44.5646.3644.63-
YUV181.55121.48133.31-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.06%
GREEN value IS 180 (70.70% from 255) = 33.40%
BLUE value IS 170 (66.80% from 255) = 31.54%
R=35.06%
G=33.40%
B=31.54%

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
Decimal18918017000.050.100.2631.5812.5870.39
HexBDB4AA05A1A20d46
Octal2752642520512324015106
Binary101111011011010010101010010110101101010000011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB4AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB4AA; }

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

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

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

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

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

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

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

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