#BDBAA5

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

Shades of Ash #BDBAA5

Tints of Ash #BDBAA5

Color information

#BDBAA5 (or 0xBDBAA5) is unknown color: approx Ash. HEX triplet: BD, BA and A5. RGB value is (189,186,165). Sum of RGB (Red+Green+Blue) = 189+186+165=540 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35% from 540); Green value is 186 (73.05% from 255 or 34.44% from 540); Blue value is 165 (64.84% from 255 or 30.56% from 540); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBAA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBAA5 is #42455A. Grayscale: #B8B8B8. Windows color (decimal): -4343131 or 10861245. OLE color: 10861245.

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

Color convert

RGB189186165-
CMYK00.020.130.26
HSL52.5º15.38%69.41%-
HSV(B)52.5º12.7%74.12%-
XYZ45.3448.6542.6-
YUV184.5116.99131.21-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35%
GREEN value IS 186 (73.05% from 255) = 34.44%
BLUE value IS 165 (64.84% from 255) = 30.56%
R=35%
G=34.44%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.13
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918616500.020.130.2652.515.3869.41
HexBDBAA502D1A34f45
Octal2752722450215326417105
Binary10111101101110101010010101011011101011010011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBAA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBAA5; }

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

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

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

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

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

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

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

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