#BCAB9E

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

Shades of Silk #BCAB9E

Tints of Silk #BCAB9E

Color information

#BCAB9E (or 0xBCAB9E) is unknown color: approx Silk. HEX triplet: BC, AB and 9E. RGB value is (188,171,158). Sum of RGB (Red+Green+Blue) = 188+171+158=517 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.36% from 517); Green value is 171 (67.19% from 255 or 33.08% from 517); Blue value is 158 (62.11% from 255 or 30.56% from 517); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAB9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAB9E is #435461. Grayscale: #AEAEAE. Windows color (decimal): -4412514 or 10398652. OLE color: 10398652.

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

Color convert

RGB188171158-
CMYK00.090.160.26
HSL26º18.29%67.84%-
HSV(B)26º15.96%73.73%-
XYZ41.4742.2938.32-
YUV174.6118.63137.56-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.36%
GREEN value IS 171 (67.19% from 255) = 33.08%
BLUE value IS 158 (62.11% from 255) = 30.56%
R=36.36%
G=33.08%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.16
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817115800.090.160.262618.2967.84
HexBCAB9E09101A1a1244
Octal27425323601120323222104
Binary10111100101010111001111001001100001101011010100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAB9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAB9E; }

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

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

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

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

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

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

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

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