#BDAEA2

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

Shades of Silk #BDAEA2

Tints of Silk #BDAEA2

Color information

#BDAEA2 (or 0xBDAEA2) is unknown color: approx Silk. HEX triplet: BD, AE and A2. RGB value is (189,174,162). Sum of RGB (Red+Green+Blue) = 189+174+162=525 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36% from 525); Green value is 174 (68.36% from 255 or 33.14% from 525); Blue value is 162 (63.67% from 255 or 30.86% from 525); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAEA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAEA2 is #42515D. Grayscale: #B1B1B1. Windows color (decimal): -4346206 or 10661565. OLE color: 10661565.

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

Color convert

RGB189174162-
CMYK00.080.140.26
HSL26.67º16.98%68.82%-
HSV(B)26.67º14.29%74.12%-
XYZ42.6443.740.37-
YUV177.12119.47136.48-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36%
GREEN value IS 174 (68.36% from 255) = 33.14%
BLUE value IS 162 (63.67% from 255) = 30.86%
R=36%
G=33.14%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.14
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917416200.080.140.2626.6716.9868.82
HexBDAEA208E1A1b1145
Octal27525624201016323321105
Binary1011110110101110101000100100011101101011011100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAEA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAEA2; }

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

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

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

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

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

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

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

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