#BDBB9E

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

Shades of Tana #BDBB9E

Tints of Tana #BDBB9E

Color information

#BDBB9E (or 0xBDBB9E) is unknown color: approx Tana. HEX triplet: BD, BB and 9E. RGB value is (189,187,158). Sum of RGB (Red+Green+Blue) = 189+187+158=534 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.39% from 534); Green value is 187 (73.44% from 255 or 35.02% from 534); Blue value is 158 (62.11% from 255 or 29.59% from 534); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBB9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBB9E is #424461. Grayscale: #B8B8B8. Windows color (decimal): -4342882 or 10402749. OLE color: 10402749.

HSL color Cylindrical-coordinate representation of color #BDBB9E: hue angle of 56.13º degrees, saturation: 0.19, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BDBB9E is Cyan = 0, Magento = 0.01, Yellow = 0.16 and Black (K on CMYK) = 0.26.

Color convert

RGB189187158-
CMYK00.010.160.26
HSL56.13º19.02%68.04%-
HSV(B)56.13º16.4%74.12%-
XYZ44.9348.8339.4-
YUV184.29113.16131.36-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.39%
GREEN value IS 187 (73.44% from 255) = 35.02%
BLUE value IS 158 (62.11% from 255) = 29.59%
R=35.39%
G=35.02%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.16
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918715800.010.160.2656.1319.0268.04
HexBDBB9E01101A381344
Octal2752732360120327023104
Binary101111011011101110011110011000011010111000100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBB9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBB9E; }

 p { color: rgb(189,187,158); }

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

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

 a { background-color: rgb(189,187,158); }

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

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

 span { border-color: rgb(189,187,158); }

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