#BCABA1

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

Shades of Silk #BCABA1

Tints of Silk #BCABA1

Color information

#BCABA1 (or 0xBCABA1) is unknown color: approx Silk. HEX triplet: BC, AB and A1. RGB value is (188,171,161). Sum of RGB (Red+Green+Blue) = 188+171+161=520 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.15% from 520); Green value is 171 (67.19% from 255 or 32.88% from 520); Blue value is 161 (63.28% from 255 or 30.96% from 520); Max value from RGB is 188 - color contains mainly: red. Hex color #BCABA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCABA1 is #43545E. Grayscale: #AFAFAF. Windows color (decimal): -4412511 or 10595260. OLE color: 10595260.

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

Color convert

RGB188171161-
CMYK00.090.140.26
HSL22.22º16.77%68.43%-
HSV(B)22.22º14.36%73.73%-
XYZ41.7342.3939.7-
YUV174.94120.13137.31-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.15%
GREEN value IS 171 (67.19% from 255) = 32.88%
BLUE value IS 161 (63.28% from 255) = 30.96%
R=36.15%
G=32.88%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.14
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817116100.090.140.2622.2216.7768.43
HexBCABA109E1A161144
Octal27425324101116322621104
Binary1011110010101011101000010100111101101010110100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCABA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCABA1; }

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

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

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

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

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

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

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

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