#BCB9A9

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

Shades of Ash #BCB9A9

Tints of Ash #BCB9A9

Color information

#BCB9A9 (or 0xBCB9A9) is unknown color: approx Ash. HEX triplet: BC, B9 and A9. RGB value is (188,185,169). Sum of RGB (Red+Green+Blue) = 188+185+169=542 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.69% from 542); Green value is 185 (72.66% from 255 or 34.13% from 542); Blue value is 169 (66.41% from 255 or 31.18% from 542); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB9A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB9A9 is #434656. Grayscale: #B8B8B8. Windows color (decimal): -4408919 or 11123132. OLE color: 11123132.

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

Color convert

RGB188185169-
CMYK00.020.100.26
HSL50.53º12.42%70%-
HSV(B)50.53º10.11%73.73%-
XYZ45.2548.2544.47-
YUV184.07119.49130.8-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.69%
GREEN value IS 185 (72.66% from 255) = 34.13%
BLUE value IS 169 (66.41% from 255) = 31.18%
R=34.69%
G=34.13%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818516900.020.100.2650.5312.4270
HexBCB9A902A1A33c46
Octal2742712510212326314106
Binary10111100101110011010100101010101101011001111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB9A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB9A9; }

 p { color: rgb(188,185,169); }

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

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

 a { background-color: rgb(188,185,169); }

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

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

 span { border-color: rgb(188,185,169); }

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