#BCAEA4

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

Shades of Silk #BCAEA4

Tints of Silk #BCAEA4

Color information

#BCAEA4 (or 0xBCAEA4) is unknown color: approx Silk. HEX triplet: BC, AE and A4. RGB value is (188,174,164). Sum of RGB (Red+Green+Blue) = 188+174+164=526 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.74% from 526); Green value is 174 (68.36% from 255 or 33.08% from 526); Blue value is 164 (64.45% from 255 or 31.18% from 526); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAEA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAEA4 is #43515B. Grayscale: #B1B1B1. Windows color (decimal): -4411740 or 10792636. OLE color: 10792636.

HSL color Cylindrical-coordinate representation of color #BCAEA4: hue angle of 25º degrees, saturation: 0.15, 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 #BCAEA4 is Cyan = 0, Magento = 0.07, Yellow = 0.13 and Black (K on CMYK) = 0.26.

Color convert

RGB188174164-
CMYK00.070.130.26
HSL25º15.19%69.02%-
HSV(B)25º12.77%73.73%-
XYZ42.5843.6441.3-
YUV177.05120.64135.81-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.74%
GREEN value IS 174 (68.36% from 255) = 33.08%
BLUE value IS 164 (64.45% from 255) = 31.18%
R=35.74%
G=33.08%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.13
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817416400.070.130.262515.1969.02
HexBCAEA407D1A19f45
Octal2742562440715323117105
Binary10111100101011101010010001111101110101100111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAEA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAEA4; }

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

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

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

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

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

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

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

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