#BDAE9D

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

Shades of Silk #BDAE9D

Tints of Silk #BDAE9D

Color information

#BDAE9D (or 0xBDAE9D) is unknown color: approx Silk. HEX triplet: BD, AE and 9D. RGB value is (189,174,157). Sum of RGB (Red+Green+Blue) = 189+174+157=520 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.35% from 520); Green value is 174 (68.36% from 255 or 33.46% from 520); Blue value is 157 (61.72% from 255 or 30.19% from 520); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAE9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAE9D is #425162. Grayscale: #B0B0B0. Windows color (decimal): -4346211 or 10333885. OLE color: 10333885.

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

Color convert

RGB189174157-
CMYK00.080.170.26
HSL31.88º19.51%67.84%-
HSV(B)31.88º16.93%74.12%-
XYZ42.2143.5338.07-
YUV176.55116.97136.88-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.35%
GREEN value IS 174 (68.36% from 255) = 33.46%
BLUE value IS 157 (61.72% from 255) = 30.19%
R=36.35%
G=33.46%
B=30.19%

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
Decimal18917415700.080.170.2631.8819.5167.84
HexBDAE9D08111A201444
Octal27525623501021324024104
Binary101111011010111010011101010001000111010100000101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAE9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAE9D; }

 p { color: rgb(189,174,157); }

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

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

 a { background-color: rgb(189,174,157); }

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

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

 span { border-color: rgb(189,174,157); }

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