#BDAD9C

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

Shades of Silk #BDAD9C

Tints of Silk #BDAD9C

Color information

#BDAD9C (or 0xBDAD9C) is unknown color: approx Silk. HEX triplet: BD, AD and 9C. RGB value is (189,173,156). Sum of RGB (Red+Green+Blue) = 189+173+156=518 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.49% from 518); Green value is 173 (67.97% from 255 or 33.40% from 518); Blue value is 156 (61.33% from 255 or 30.12% from 518); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAD9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAD9C is #425263. Grayscale: #AFAFAF. Windows color (decimal): -4346468 or 10268093. OLE color: 10268093.

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

Color convert

RGB189173156-
CMYK00.080.170.26
HSL30.91º20%67.65%-
HSV(B)30.91º17.46%74.12%-
XYZ41.9343.1137.56-
YUV175.85116.8137.38-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.49%
GREEN value IS 173 (67.97% from 255) = 33.40%
BLUE value IS 156 (61.33% from 255) = 30.12%
R=36.49%
G=33.40%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.17
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917315600.080.170.2630.912067.65
HexBDAD9C08111A1f1444
Octal27525523401021323724104
Binary10111101101011011001110001000100011101011111101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAD9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAD9C; }

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

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

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

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

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

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

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

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