#BAAEA6

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

Shades of Silk #BAAEA6

Tints of Silk #BAAEA6

Color information

#BAAEA6 (or 0xBAAEA6) is unknown color: approx Silk. HEX triplet: BA, AE and A6. RGB value is (186,174,166). Sum of RGB (Red+Green+Blue) = 186+174+166=526 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.36% from 526); Green value is 174 (68.36% from 255 or 33.08% from 526); Blue value is 166 (65.23% from 255 or 31.56% from 526); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAEA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAAEA6 is #455159. Grayscale: #B0B0B0. Windows color (decimal): -4542810 or 10923706. OLE color: 10923706.

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

Color convert

RGB186174166-
CMYK00.060.110.27
HSL24º12.66%69.02%-
HSV(B)24º10.75%72.94%-
XYZ42.2743.4642.24-
YUV176.68121.98134.65-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.36%
GREEN value IS 174 (68.36% from 255) = 33.08%
BLUE value IS 166 (65.23% from 255) = 31.56%
R=35.36%
G=33.08%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617416600.060.110.272412.6669.02
HexBAAEA606B1B18d45
Octal2722562460613333015105
Binary10111010101011101010011001101011110111100011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAEA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAEA6; }

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

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

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

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

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

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

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

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