#BCACA3

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

Shades of Silk #BCACA3

Tints of Silk #BCACA3

Color information

#BCACA3 (or 0xBCACA3) is unknown color: approx Silk. HEX triplet: BC, AC and A3. RGB value is (188,172,163). Sum of RGB (Red+Green+Blue) = 188+172+163=523 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.95% from 523); Green value is 172 (67.58% from 255 or 32.89% from 523); Blue value is 163 (64.06% from 255 or 31.17% from 523); Max value from RGB is 188 - color contains mainly: red. Hex color #BCACA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCACA3 is #43535C. Grayscale: #AFAFAF. Windows color (decimal): -4412253 or 10726588. OLE color: 10726588.

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

Color convert

RGB188172163-
CMYK00.090.130.26
HSL21.6º15.72%68.82%-
HSV(B)21.6º13.3%73.73%-
XYZ42.142.8440.7-
YUV175.76120.8136.73-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.95%
GREEN value IS 172 (67.58% from 255) = 32.89%
BLUE value IS 163 (64.06% from 255) = 31.17%
R=35.95%
G=32.89%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.13
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817216300.090.130.2621.615.7268.82
HexBCACA309D1A161045
Octal27425424301115322620105
Binary1011110010101100101000110100111011101010110100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCACA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCACA3; }

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

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

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

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

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

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

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

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