#BDAEA3

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

Shades of Silk #BDAEA3

Tints of Silk #BDAEA3

Color information

#BDAEA3 (or 0xBDAEA3) is unknown color: approx Silk. HEX triplet: BD, AE and A3. RGB value is (189,174,163). Sum of RGB (Red+Green+Blue) = 189+174+163=526 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.93% from 526); Green value is 174 (68.36% from 255 or 33.08% from 526); Blue value is 163 (64.06% from 255 or 30.99% from 526); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAEA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAEA3 is #42515C. Grayscale: #B1B1B1. Windows color (decimal): -4346205 or 10727101. OLE color: 10727101.

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

Color convert

RGB189174163-
CMYK00.080.140.26
HSL25.38º16.46%69.02%-
HSV(B)25.38º13.76%74.12%-
XYZ42.7343.7440.84-
YUV177.23119.97136.39-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.93%
GREEN value IS 174 (68.36% from 255) = 33.08%
BLUE value IS 163 (64.06% from 255) = 30.99%
R=35.93%
G=33.08%
B=30.99%

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
Decimal18917416300.080.140.2625.3816.4669.02
HexBDAEA308E1A191045
Octal27525624301016323120105
Binary1011110110101110101000110100011101101011001100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAEA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAEA3; }

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

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

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

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

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

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

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

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