#BCABA0

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

Shades of Silk #BCABA0

Tints of Silk #BCABA0

Color information

#BCABA0 (or 0xBCABA0) is unknown color: approx Silk. HEX triplet: BC, AB and A0. RGB value is (188,171,160). Sum of RGB (Red+Green+Blue) = 188+171+160=519 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.22% from 519); Green value is 171 (67.19% from 255 or 32.95% from 519); Blue value is 160 (62.89% from 255 or 30.83% from 519); Max value from RGB is 188 - color contains mainly: red. Hex color #BCABA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCABA0 is #43545F. Grayscale: #AEAEAE. Windows color (decimal): -4412512 or 10529724. OLE color: 10529724.

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

Color convert

RGB188171160-
CMYK00.090.150.26
HSL23.57º17.28%68.24%-
HSV(B)23.57º14.89%73.73%-
XYZ41.6542.3639.24-
YUV174.83119.63137.39-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.22%
GREEN value IS 171 (67.19% from 255) = 32.95%
BLUE value IS 160 (62.89% from 255) = 30.83%
R=36.22%
G=32.95%
B=30.83%

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
Decimal18817116000.090.150.2623.5717.2868.24
HexBCABA009F1A181144
Octal27425324001117323021104
Binary1011110010101011101000000100111111101011000100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCABA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCABA0; }

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

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

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

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

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

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

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

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