#BCACA1

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

Shades of Silk #BCACA1

Tints of Silk #BCACA1

Color information

#BCACA1 (or 0xBCACA1) is unknown color: approx Silk. HEX triplet: BC, AC and A1. RGB value is (188,172,161). Sum of RGB (Red+Green+Blue) = 188+172+161=521 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.08% from 521); Green value is 172 (67.58% from 255 or 33.01% from 521); Blue value is 161 (63.28% from 255 or 30.90% from 521); Max value from RGB is 188 - color contains mainly: red. Hex color #BCACA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCACA1 is #43535E. Grayscale: #AFAFAF. Windows color (decimal): -4412255 or 10595516. OLE color: 10595516.

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

Color convert

RGB188172161-
CMYK00.090.140.26
HSL24.44º16.77%68.43%-
HSV(B)24.44º14.36%73.73%-
XYZ41.9242.7739.76-
YUV175.53119.8136.89-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.08%
GREEN value IS 172 (67.58% from 255) = 33.01%
BLUE value IS 161 (63.28% from 255) = 30.90%
R=36.08%
G=33.01%
B=30.90%

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
Decimal18817216100.090.140.2624.4416.7768.43
HexBCACA109E1A181144
Octal27425424101116323021104
Binary1011110010101100101000010100111101101011000100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCACA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCACA1; }

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

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

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

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

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

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

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

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