#BCACA2

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

Shades of Silk #BCACA2

Tints of Silk #BCACA2

Color information

#BCACA2 (or 0xBCACA2) is unknown color: approx Silk. HEX triplet: BC, AC and A2. RGB value is (188,172,162). Sum of RGB (Red+Green+Blue) = 188+172+162=522 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.02% from 522); Green value is 172 (67.58% from 255 or 32.95% from 522); Blue value is 162 (63.67% from 255 or 31.03% from 522); Max value from RGB is 188 - color contains mainly: red. Hex color #BCACA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCACA2 is #43535D. Grayscale: #AFAFAF. Windows color (decimal): -4412254 or 10661052. OLE color: 10661052.

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

Color convert

RGB188172162-
CMYK00.090.140.26
HSL23.08º16.25%68.63%-
HSV(B)23.08º13.83%73.73%-
XYZ42.0142.8140.23-
YUV175.64120.3136.81-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.02%
GREEN value IS 172 (67.58% from 255) = 32.95%
BLUE value IS 162 (63.67% from 255) = 31.03%
R=36.02%
G=32.95%
B=31.03%

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
Decimal18817216200.090.140.2623.0816.2568.63
HexBCACA209E1A171045
Octal27425424201116322720105
Binary1011110010101100101000100100111101101010111100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCACA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCACA2; }

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

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

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

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

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

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

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

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