#BDAD9E

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

Shades of Silk #BDAD9E

Tints of Silk #BDAD9E

Color information

#BDAD9E (or 0xBDAD9E) is unknown color: approx Silk. HEX triplet: BD, AD and 9E. RGB value is (189,173,158). Sum of RGB (Red+Green+Blue) = 189+173+158=520 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.35% from 520); Green value is 173 (67.97% from 255 or 33.27% from 520); Blue value is 158 (62.11% from 255 or 30.38% from 520); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAD9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAD9E is #425261. Grayscale: #B0B0B0. Windows color (decimal): -4346466 or 10399165. OLE color: 10399165.

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

Color convert

RGB189173158-
CMYK00.080.160.26
HSL29.03º19.02%68.04%-
HSV(B)29.03º16.4%74.12%-
XYZ42.143.1738.46-
YUV176.07117.8137.22-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.35%
GREEN value IS 173 (67.97% from 255) = 33.27%
BLUE value IS 158 (62.11% from 255) = 30.38%
R=36.35%
G=33.27%
B=30.38%

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
Decimal18917315800.080.160.2629.0319.0268.04
HexBDAD9E08101A1d1344
Octal27525523601020323523104
Binary10111101101011011001111001000100001101011101100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAD9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAD9E; }

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

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

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

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

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

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

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

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