#BCACA0

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

Shades of Silk #BCACA0

Tints of Silk #BCACA0

Color information

#BCACA0 (or 0xBCACA0) is unknown color: approx Silk. HEX triplet: BC, AC and A0. RGB value is (188,172,160). Sum of RGB (Red+Green+Blue) = 188+172+160=520 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.15% from 520); Green value is 172 (67.58% from 255 or 33.08% from 520); Blue value is 160 (62.89% from 255 or 30.77% from 520); Max value from RGB is 188 - color contains mainly: red. Hex color #BCACA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCACA0 is #43535F. Grayscale: #AFAFAF. Windows color (decimal): -4412256 or 10529980. OLE color: 10529980.

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

Color convert

RGB188172160-
CMYK00.090.150.26
HSL25.71º17.28%68.24%-
HSV(B)25.71º14.89%73.73%-
XYZ41.8442.7339.3-
YUV175.42119.3136.98-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.15%
GREEN value IS 172 (67.58% from 255) = 33.08%
BLUE value IS 160 (62.89% from 255) = 30.77%
R=36.15%
G=33.08%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.15
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817216000.090.150.2625.7117.2868.24
HexBCACA009F1A1a1144
Octal27425424001117323221104
Binary1011110010101100101000000100111111101011010100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCACA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCACA0; }

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

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

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

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

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

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

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

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