#BCAEA1

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

Shades of Silk #BCAEA1

Tints of Silk #BCAEA1

Color information

#BCAEA1 (or 0xBCAEA1) is unknown color: approx Silk. HEX triplet: BC, AE and A1. RGB value is (188,174,161). Sum of RGB (Red+Green+Blue) = 188+174+161=523 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.95% from 523); Green value is 174 (68.36% from 255 or 33.27% from 523); Blue value is 161 (63.28% from 255 or 30.78% from 523); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAEA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAEA1 is #43515E. Grayscale: #B0B0B0. Windows color (decimal): -4411743 or 10596028. OLE color: 10596028.

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

Color convert

RGB188174161-
CMYK00.070.140.26
HSL28.89º16.77%68.43%-
HSV(B)28.89º14.36%73.73%-
XYZ42.3143.5439.89-
YUV176.7119.14136.06-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.95%
GREEN value IS 174 (68.36% from 255) = 33.27%
BLUE value IS 161 (63.28% from 255) = 30.78%
R=35.95%
G=33.27%
B=30.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.14
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817416100.070.140.2628.8916.7768.43
HexBCAEA107E1A1d1144
Octal2742562410716323521104
Binary101111001010111010100001011111101101011101100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAEA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAEA1; }

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

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

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

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

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

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

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

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