#BDAEA0

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

Shades of Silk #BDAEA0

Tints of Silk #BDAEA0

Color information

#BDAEA0 (or 0xBDAEA0) is unknown color: approx Silk. HEX triplet: BD, AE and A0. RGB value is (189,174,160). Sum of RGB (Red+Green+Blue) = 189+174+160=523 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.14% from 523); Green value is 174 (68.36% from 255 or 33.27% from 523); Blue value is 160 (62.89% from 255 or 30.59% from 523); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAEA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAEA0 is #42515F. Grayscale: #B0B0B0. Windows color (decimal): -4346208 or 10530493. OLE color: 10530493.

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

Color convert

RGB189174160-
CMYK00.080.150.26
HSL28.97º18.01%68.43%-
HSV(B)28.97º15.34%74.12%-
XYZ42.4743.6339.44-
YUV176.89118.47136.64-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.14%
GREEN value IS 174 (68.36% from 255) = 33.27%
BLUE value IS 160 (62.89% from 255) = 30.59%
R=36.14%
G=33.27%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.15
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917416000.080.150.2628.9718.0168.43
HexBDAEA008F1A1d1244
Octal27525624001017323522104
Binary1011110110101110101000000100011111101011101100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAEA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAEA0; }

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

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

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

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

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

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

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

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