#BAAEA1

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

Shades of Silk #BAAEA1

Tints of Silk #BAAEA1

Color information

#BAAEA1 (or 0xBAAEA1) is unknown color: approx Silk. HEX triplet: BA, AE and A1. RGB value is (186,174,161). Sum of RGB (Red+Green+Blue) = 186+174+161=521 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.70% from 521); Green value is 174 (68.36% from 255 or 33.40% from 521); Blue value is 161 (63.28% from 255 or 30.90% from 521); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAEA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAAEA1 is #45515E. Grayscale: #B0B0B0. Windows color (decimal): -4542815 or 10596026. OLE color: 10596026.

HSL color Cylindrical-coordinate representation of color #BAAEA1: hue angle of 31.2º degrees, saturation: 0.15, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BAAEA1 is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.27.

Color convert

RGB186174161-
CMYK00.060.130.27
HSL31.2º15.34%68.04%-
HSV(B)31.2º13.44%72.94%-
XYZ41.8243.2839.87-
YUV176.11119.48135.06-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.70%
GREEN value IS 174 (68.36% from 255) = 33.40%
BLUE value IS 161 (63.28% from 255) = 30.90%
R=35.70%
G=33.40%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.13
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617416100.060.130.2731.215.3468.04
HexBAAEA106D1B1ff44
Octal2722562410615333717104
Binary10111010101011101010000101101101110111111111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAEA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAEA1; }

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

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

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

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

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

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

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

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