#BDAEA4

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

Shades of Silk #BDAEA4

Tints of Silk #BDAEA4

Color information

#BDAEA4 (or 0xBDAEA4) is unknown color: approx Silk. HEX triplet: BD, AE and A4. RGB value is (189,174,164). Sum of RGB (Red+Green+Blue) = 189+174+164=527 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.86% from 527); Green value is 174 (68.36% from 255 or 33.02% from 527); Blue value is 164 (64.45% from 255 or 31.12% from 527); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAEA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAEA4 is #42515B. Grayscale: #B1B1B1. Windows color (decimal): -4346204 or 10792637. OLE color: 10792637.

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

Color convert

RGB189174164-
CMYK00.080.130.26
HSL24º15.92%69.22%-
HSV(B)24º13.23%74.12%-
XYZ42.8243.7741.31-
YUV177.34120.47136.31-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.86%
GREEN value IS 174 (68.36% from 255) = 33.02%
BLUE value IS 164 (64.45% from 255) = 31.12%
R=35.86%
G=33.02%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.13
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917416400.080.130.262415.9269.22
HexBDAEA408D1A181045
Octal27525624401015323020105
Binary1011110110101110101001000100011011101011000100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAEA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAEA4; }

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

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

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

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

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

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

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

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