#BDAC9C

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

Shades of Silk #BDAC9C

Tints of Silk #BDAC9C

Color information

#BDAC9C (or 0xBDAC9C) is unknown color: approx Silk. HEX triplet: BD, AC and 9C. RGB value is (189,172,156). Sum of RGB (Red+Green+Blue) = 189+172+156=517 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.56% from 517); Green value is 172 (67.58% from 255 or 33.27% from 517); Blue value is 156 (61.33% from 255 or 30.17% from 517); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAC9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAC9C is #425363. Grayscale: #AFAFAF. Windows color (decimal): -4346724 or 10267837. OLE color: 10267837.

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

Color convert

RGB189172156-
CMYK00.090.170.26
HSL29.09º20%67.65%-
HSV(B)29.09º17.46%74.12%-
XYZ41.7442.7237.5-
YUV175.26117.13137.8-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.56%
GREEN value IS 172 (67.58% from 255) = 33.27%
BLUE value IS 156 (61.33% from 255) = 30.17%
R=36.56%
G=33.27%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.17
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917215600.090.170.2629.092067.65
HexBDAC9C09111A1d1444
Octal27525423401121323524104
Binary10111101101011001001110001001100011101011101101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAC9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAC9C; }

 p { color: rgb(189,172,156); }

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

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

 a { background-color: rgb(189,172,156); }

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

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

 span { border-color: rgb(189,172,156); }

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