#BDBAA8

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

Shades of Ash #BDBAA8

Tints of Ash #BDBAA8

Color information

#BDBAA8 (or 0xBDBAA8) is unknown color: approx Ash. HEX triplet: BD, BA and A8. RGB value is (189,186,168). Sum of RGB (Red+Green+Blue) = 189+186+168=543 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.81% from 543); Green value is 186 (73.05% from 255 or 34.25% from 543); Blue value is 168 (66.02% from 255 or 30.94% from 543); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBAA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBAA8 is #424557. Grayscale: #B8B8B8. Windows color (decimal): -4343128 or 11057853. OLE color: 11057853.

HSL color Cylindrical-coordinate representation of color #BDBAA8: hue angle of 51.43º degrees, saturation: 0.14, 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 #BDBAA8 is Cyan = 0, Magento = 0.02, Yellow = 0.11 and Black (K on CMYK) = 0.26.

Color convert

RGB189186168-
CMYK00.020.110.26
HSL51.43º13.73%70%-
HSV(B)51.43º11.11%74.12%-
XYZ45.6148.7644.05-
YUV184.84118.49130.96-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.81%
GREEN value IS 186 (73.05% from 255) = 34.25%
BLUE value IS 168 (66.02% from 255) = 30.94%
R=34.81%
G=34.25%
B=30.94%

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
Decimal18918616800.020.110.2651.4313.7370
HexBDBAA802B1A33e46
Octal2752722500213326316106
Binary10111101101110101010100001010111101011001111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBAA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBAA8; }

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

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

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

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

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

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

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

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