#BCAB9C

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

Shades of Silk #BCAB9C

Tints of Silk #BCAB9C

Color information

#BCAB9C (or 0xBCAB9C) is unknown color: approx Silk. HEX triplet: BC, AB and 9C. RGB value is (188,171,156). Sum of RGB (Red+Green+Blue) = 188+171+156=515 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.50% from 515); Green value is 171 (67.19% from 255 or 33.20% from 515); Blue value is 156 (61.33% from 255 or 30.29% from 515); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAB9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAB9C is #435463. Grayscale: #AEAEAE. Windows color (decimal): -4412516 or 10267580. OLE color: 10267580.

HSL color Cylindrical-coordinate representation of color #BCAB9C: hue angle of 28.13º 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 #BCAB9C is Cyan = 0, Magento = 0.09, Yellow = 0.17 and Black (K on CMYK) = 0.26.

Color convert

RGB188171156-
CMYK00.090.170.26
HSL28.13º19.28%67.45%-
HSV(B)28.13º17.02%73.73%-
XYZ41.342.2237.42-
YUV174.37117.63137.72-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.50%
GREEN value IS 171 (67.19% from 255) = 33.20%
BLUE value IS 156 (61.33% from 255) = 30.29%
R=36.50%
G=33.20%
B=30.29%

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
Decimal18817115600.090.170.2628.1319.2867.45
HexBCAB9C09111A1c1343
Octal27425323401121323423103
Binary10111100101010111001110001001100011101011100100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAB9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAB9C; }

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

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

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

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

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

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

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

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