#BCAD9D

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

Shades of Silk #BCAD9D

Tints of Silk #BCAD9D

Color information

#BCAD9D (or 0xBCAD9D) is unknown color: approx Silk. HEX triplet: BC, AD and 9D. RGB value is (188,173,157). Sum of RGB (Red+Green+Blue) = 188+173+157=518 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.29% from 518); Green value is 173 (67.97% from 255 or 33.40% from 518); Blue value is 157 (61.72% from 255 or 30.31% from 518); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAD9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAD9D is #435262. Grayscale: #AFAFAF. Windows color (decimal): -4412003 or 10333628. OLE color: 10333628.

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

Color convert

RGB188173157-
CMYK00.080.160.26
HSL30.97º18.79%67.65%-
HSV(B)30.97º16.49%73.73%-
XYZ41.7743.0138-
YUV175.66117.47136.8-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.29%
GREEN value IS 173 (67.97% from 255) = 33.40%
BLUE value IS 157 (61.72% from 255) = 30.31%
R=36.29%
G=33.40%
B=30.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.16
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817315700.080.160.2630.9718.7967.65
HexBCAD9D08101A1f1344
Octal27425523501020323723104
Binary10111100101011011001110101000100001101011111100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAD9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAD9D; }

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

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

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

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

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

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

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

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