#BDBAA2

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

Shades of Tana #BDBAA2

Tints of Tana #BDBAA2

Color information

#BDBAA2 (or 0xBDBAA2) is unknown color: approx Tana. HEX triplet: BD, BA and A2. RGB value is (189,186,162). Sum of RGB (Red+Green+Blue) = 189+186+162=537 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.20% from 537); Green value is 186 (73.05% from 255 or 34.64% from 537); Blue value is 162 (63.67% from 255 or 30.17% from 537); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBAA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBAA2 is #42455D. Grayscale: #B8B8B8. Windows color (decimal): -4343134 or 10664637. OLE color: 10664637.

HSL color Cylindrical-coordinate representation of color #BDBAA2: hue angle of 53.33º degrees, saturation: 0.17, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BDBAA2 is Cyan = 0, Magento = 0.02, Yellow = 0.14 and Black (K on CMYK) = 0.26.

Color convert

RGB189186162-
CMYK00.020.140.26
HSL53.33º16.98%68.82%-
HSV(B)53.33º14.29%74.12%-
XYZ45.0748.5541.18-
YUV184.16115.49131.45-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.20%
GREEN value IS 186 (73.05% from 255) = 34.64%
BLUE value IS 162 (63.67% from 255) = 30.17%
R=35.20%
G=34.64%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.14
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918616200.020.140.2653.3316.9868.82
HexBDBAA202E1A351145
Octal2752722420216326521105
Binary101111011011101010100010010111011010110101100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBAA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBAA2; }

 p { color: rgb(189,186,162); }

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

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

 a { background-color: rgb(189,186,162); }

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

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

 span { border-color: rgb(189,186,162); }

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