#BCAC9C

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

Shades of Silk #BCAC9C

Tints of Silk #BCAC9C

Color information

#BCAC9C (or 0xBCAC9C) is unknown color: approx Silk. HEX triplet: BC, AC and 9C. RGB value is (188,172,156). Sum of RGB (Red+Green+Blue) = 188+172+156=516 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.43% from 516); Green value is 172 (67.58% from 255 or 33.33% from 516); Blue value is 156 (61.33% from 255 or 30.23% from 516); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAC9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAC9C is #435363. Grayscale: #AFAFAF. Windows color (decimal): -4412260 or 10267836. OLE color: 10267836.

HSL color Cylindrical-coordinate representation of color #BCAC9C: hue angle of 30º degrees, saturation: 0.19, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BCAC9C is Cyan = 0, Magento = 0.09, Yellow = 0.17 and Black (K on CMYK) = 0.26.

Color convert

RGB188172156-
CMYK00.090.170.26
HSL30º19.28%67.45%-
HSV(B)30º17.02%73.73%-
XYZ41.4942.637.49-
YUV174.96117.3137.3-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.43%
GREEN value IS 172 (67.58% from 255) = 33.33%
BLUE value IS 156 (61.33% from 255) = 30.23%
R=36.43%
G=33.33%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.17
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817215600.090.170.263019.2867.45
HexBCAC9C09111A1e1343
Octal27425423401121323623103
Binary10111100101011001001110001001100011101011110100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAC9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAC9C; }

 p { color: rgb(188,172,156); }

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

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

 a { background-color: rgb(188,172,156); }

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

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

 span { border-color: rgb(188,172,156); }

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