#BDAE9E

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

Shades of Silk #BDAE9E

Tints of Silk #BDAE9E

Color information

#BDAE9E (or 0xBDAE9E) is unknown color: approx Silk. HEX triplet: BD, AE and 9E. RGB value is (189,174,158). Sum of RGB (Red+Green+Blue) = 189+174+158=521 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.28% from 521); Green value is 174 (68.36% from 255 or 33.40% from 521); Blue value is 158 (62.11% from 255 or 30.33% from 521); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAE9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAE9E is #425161. Grayscale: #B0B0B0. Windows color (decimal): -4346210 or 10399421. OLE color: 10399421.

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

Color convert

RGB189174158-
CMYK00.080.160.26
HSL30.97º19.02%68.04%-
HSV(B)30.97º16.4%74.12%-
XYZ42.2943.5638.53-
YUV176.66117.47136.8-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.28%
GREEN value IS 174 (68.36% from 255) = 33.40%
BLUE value IS 158 (62.11% from 255) = 30.33%
R=36.28%
G=33.40%
B=30.33%

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
Decimal18917415800.080.160.2630.9719.0268.04
HexBDAE9E08101A1f1344
Octal27525623601020323723104
Binary10111101101011101001111001000100001101011111100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAE9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAE9E; }

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

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

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

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

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

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

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

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