#BCAD9F

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

Shades of Silk #BCAD9F

Tints of Silk #BCAD9F

Color information

#BCAD9F (or 0xBCAD9F) is unknown color: approx Silk. HEX triplet: BC, AD and 9F. RGB value is (188,173,159). Sum of RGB (Red+Green+Blue) = 188+173+159=520 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.15% from 520); Green value is 173 (67.97% from 255 or 33.27% from 520); Blue value is 159 (62.5% from 255 or 30.58% from 520); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAD9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAD9F is #435260. Grayscale: #AFAFAF. Windows color (decimal): -4412001 or 10464700. OLE color: 10464700.

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

Color convert

RGB188173159-
CMYK00.080.150.26
HSL28.97º17.79%68.04%-
HSV(B)28.97º15.43%73.73%-
XYZ41.9443.0838.91-
YUV175.89118.47136.64-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.15%
GREEN value IS 173 (67.97% from 255) = 33.27%
BLUE value IS 159 (62.5% from 255) = 30.58%
R=36.15%
G=33.27%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.15
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817315900.080.150.2628.9717.7968.04
HexBCAD9F08F1A1d1244
Octal27425523701017323522104
Binary1011110010101101100111110100011111101011101100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAD9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAD9F; }

 p { color: rgb(188,173,159); }

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

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

 a { background-color: rgb(188,173,159); }

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

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

 span { border-color: rgb(188,173,159); }

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