#BDB2AA

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

Shades of Tide #BDB2AA

Tints of Tide #BDB2AA

Color information

#BDB2AA (or 0xBDB2AA) is unknown color: approx Tide. HEX triplet: BD, B2 and AA. RGB value is (189,178,170). Sum of RGB (Red+Green+Blue) = 189+178+170=537 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.20% from 537); Green value is 178 (69.92% from 255 or 33.15% from 537); Blue value is 170 (66.80% from 255 or 31.66% from 537); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB2AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDB2AA is #424D55. Grayscale: #B4B4B4. Windows color (decimal): -4345174 or 11186877. OLE color: 11186877.

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

Color convert

RGB189178170-
CMYK00.060.100.26
HSL25.26º12.58%70.39%-
HSV(B)25.26º10.05%74.12%-
XYZ44.1645.5644.5-
YUV180.38122.14134.15-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.20%
GREEN value IS 178 (69.92% from 255) = 33.15%
BLUE value IS 170 (66.80% from 255) = 31.66%
R=35.20%
G=33.15%
B=31.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917817000.060.100.2625.2612.5870.39
HexBDB2AA06A1A19d46
Octal2752622520612323115106
Binary10111101101100101010101001101010110101100111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB2AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB2AA; }

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

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

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

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

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

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

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

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