#BDBAA9

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

Shades of Ash #BDBAA9

Tints of Ash #BDBAA9

Color information

#BDBAA9 (or 0xBDBAA9) is unknown color: approx Ash. HEX triplet: BD, BA and A9. RGB value is (189,186,169). Sum of RGB (Red+Green+Blue) = 189+186+169=544 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.74% from 544); Green value is 186 (73.05% from 255 or 34.19% from 544); Blue value is 169 (66.41% from 255 or 31.07% from 544); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBAA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBAA9 is #424556. Grayscale: #B9B9B9. Windows color (decimal): -4343127 or 11123389. OLE color: 11123389.

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

Color convert

RGB189186169-
CMYK00.020.110.26
HSL51º13.16%70.2%-
HSV(B)51º10.58%74.12%-
XYZ45.7148.844.55-
YUV184.96118.99130.88-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.74%
GREEN value IS 186 (73.05% from 255) = 34.19%
BLUE value IS 169 (66.41% from 255) = 31.07%
R=34.74%
G=34.19%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.11
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918616900.020.110.265113.1670.2
HexBDBAA902B1A33d46
Octal2752722510213326315106
Binary10111101101110101010100101010111101011001111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBAA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBAA9; }

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

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

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

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

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

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

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

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