#BCB9A8

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

Shades of Ash #BCB9A8

Tints of Ash #BCB9A8

Color information

#BCB9A8 (or 0xBCB9A8) is unknown color: approx Ash. HEX triplet: BC, B9 and A8. RGB value is (188,185,168). Sum of RGB (Red+Green+Blue) = 188+185+168=541 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.75% from 541); Green value is 185 (72.66% from 255 or 34.20% from 541); Blue value is 168 (66.02% from 255 or 31.05% from 541); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB9A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB9A8 is #434657. Grayscale: #B8B8B8. Windows color (decimal): -4408920 or 11057596. OLE color: 11057596.

HSL color Cylindrical-coordinate representation of color #BCB9A8: 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 #BCB9A8 is Cyan = 0, Magento = 0.02, Yellow = 0.11 and Black (K on CMYK) = 0.26.

Color convert

RGB188185168-
CMYK00.020.110.26
HSL51º12.99%69.8%-
HSV(B)51º10.64%73.73%-
XYZ45.1648.2243.97-
YUV183.96118.99130.88-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.75%
GREEN value IS 185 (72.66% from 255) = 34.20%
BLUE value IS 168 (66.02% from 255) = 31.05%
R=34.75%
G=34.20%
B=31.05%

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
Decimal18818516800.020.110.265112.9969.8
HexBCB9A802B1A33d46
Octal2742712500213326315106
Binary10111100101110011010100001010111101011001111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB9A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB9A8; }

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

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

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

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

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

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

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

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